#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".