[FFmpeg-devel] [PATCH 4/6] fftools/cmdutils: add option syntax for loading arbitrary arguments from a file

Anton Khirnov anton at khirnov.net
Wed Jan 17 16:48:31 EET 2024


Quoting Michael Niedermayer (2024-01-17 14:08:29)
> On Wed, Jan 17, 2024 at 10:22:31AM +0100, Anton Khirnov wrote:
> > Aligned with analogous feature for filter options in ffmpeg CLI.
> > ---
> >  Changelog                    |  2 +
> >  doc/fftools-common-opts.texi |  9 ++++
> >  fftools/cmdutils.c           | 99 ++++++++++++++++++++++++++++++------
> >  fftools/cmdutils.h           |  3 ++
> >  fftools/ffmpeg.h             |  1 -
> >  fftools/ffmpeg_opt.c         | 26 ----------
> >  6 files changed, 97 insertions(+), 43 deletions(-)
> 
> git is unsable to apply this as well

Sorry, forgot to mention that this is on top of my pending BSF set.
You can also look at the branch ffmpeg_opt_file in my tree.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list