Changes between Initial Version and Version 1 of Ticket #9461


Ignore:
Timestamp:
Oct 19, 2021, 11:46:19 AM (5 years ago)
Author:
RKleinert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9461

    • Property Summary Showpectrum scale doesn't work anymoreShowpectrumpic: scale doesn't work anymore
  • Ticket #9461 – Description

    initial v1  
    22In 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.
    33
    4 Now after the "fix" both functions 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.
     4Now 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.
    55
    66Secondly 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.