[FFmpeg-trac] #8382(undetermined:new): Add support for passing arbitrary parameters to ffmpeg libaom plugin

FFmpeg trac at avcodec.org
Sat Nov 16 11:36:54 EET 2019


#8382: Add support for passing arbitrary parameters to ffmpeg libaom plugin
-------------------------------------+-------------------------------------
             Reporter:  grill05      |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  ffmpeg       |               Blocked By:
  libaom                             |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Currently, the ffmpeg libaom plugin does not allow passing all parameters
 (that are available when doing "aomenc --help"). For example there is no
 way to pass the realtime swich "--rt", which can be passed in aomenc

 Either something like -libaom-params can be added to pass arbitrary key-
 value pairs (see -x265-params and -rav1e-params as an example in their
 respective plugins)

 Alternatively, support for the new config file (supported by libaom and
 aomenc) could be added to the plugin. If this was done, then the user
 could pass arbitrary arguments to ffmpeg+libaom via the config file. The
 commit in libaom that added support for a config file is this one
 https://aomedia.googlesource.com/aom/+/44276df755930ac8bfebbb260d6b3de8067c8fc2

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


More information about the FFmpeg-trac mailing list