[FFmpeg-trac] #9278(undetermined:new): support expression in aresample

FFmpeg trac at avcodec.org
Fri Jun 4 13:38:47 EEST 2021


#9278: support expression in aresample
-------------------------------------+-------------------------------------
             Reporter:  yue          |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 aresample should take an expression rather than an integer value.

 suppose I want to write a graph that 1) upsample by 4x, 2) apply biquad
 filters 3)downsample by 4x

 currently I have to write something like "aresample=176400, equalizer ...,
 aresample=44100". with different file formats it's very inconvenient.


 a script would work in many cases. but not all scenarios can be supported
 by scripts. It would be better if this could be supported by expression.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9278>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list