Changes between Initial Version and Version 1 of Ticket #9461
- Timestamp:
- Oct 19, 2021, 11:46:19 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9461
- Property Summary Showpectrum scale doesn't work anymore → Showpectrumpic: scale doesn't work anymore
-
Ticket #9461 – Description
initial v1 2 2 In https://trac.ffmpeg.org/ticket/8919 I had adressed a bug that would mess up the scaling of the frequency-axis in showspectrum() and showspectrumpic() when choosing a starting-frequency that is not zero. This bug is now supposedly fixed. 3 3 4 Now after the "fix" both functions won't work anymore at allwhen used with my prevousily used arguments. Especialy defining an output size (which is crucial) seems to lead to a never ending loop where ffmepg doesn't get anywhere. My batch-script doesn't end and no output is written.4 Now after the fix Showspectrum() seems to work just fine. On the other hand '''showspectrumpic() won't work anymore at all''' when used with my prevousily used arguments. Especialy defining an output size (which is crucial) seems to lead to a never ending loop where ffmepg doesn't get anywhere. My batch-script doesn't end and no output is written. 5 5 6 6 Secondly I noticed, that the argument "legend" doesn't default to 0 (as it states in the doc) but to 1 - so the legend and axes are always enabled if not actively disabled.


