[FFmpeg-trac] #7243(ffmpeg:new): Supplying redudant arguments changes actual ouput response

FFmpeg trac at avcodec.org
Sun Jun 3 15:38:41 EEST 2018


#7243: Supplying redudant arguments changes actual ouput response
--------------------------------+---------------------------------------
             Reporter:  joblow  |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 By adding these command line values for reading a 16-bit 44100hz wav file
 causes the data to be subtle altered.

 -af atempo=44100 -ar 1

 It seems that the resampler is not perfectly accurate(could be edge noise)
 and it does not check to see if it doesn't even have to resample. Or it
 could be the rate.

 The code should not process the data for rate change if the rate is 1. If
 the sample rate is the same as the source it should not try to resample.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7243>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list