Opened 4 years ago

Last modified 3 years ago

#8382 new enhancement

Add support for passing arbitrary parameters to ffmpeg libaom plugin

Reported by: grill05 Owned by:
Priority: wish Component: avcodec
Version: git-master Keywords: libaom
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (2)

comment:1 by Carl Eugen Hoyos, 4 years ago

Component: undeterminedavcodec
Keywords: ffmpeg removed
Priority: normalwish
Version: unspecifiedgit-master

comment:2 by veikk0, 3 years ago

Support for passing arguments with -aom-params was added a while ago, so this should probably be closed.

Note: See TracTickets for help on using tickets.