[FFmpeg-trac] #11447(ffmpeg:new): ffpreset functionality does not work as advertised
FFmpeg
trac at avcodec.org
Thu Feb 6 07:57:55 EET 2025
#11447: ffpreset functionality does not work as advertised
------------------------------------+----------------------------------
Reporter: Marth64 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+----------------------------------
Comment (by Leo Izen):
Looks like the options inside the preset are not inheriting the stream
specifiers from the parent. Ideally if you use -preset:v foo.ffpreset then
options set in foo.ffpreset should also inherit the stream specifiers,
e.g. codec:v and profile:v. The only reason it didn't hard error on vcodec
is that vcodec is simply an alias for codec:v.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11447#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list