[FFmpeg-trac] #422(avcodec:new): x264 preset and tune options always reset certain ffmpeg params to defaults
FFmpeg
trac at avcodec.org
Sat Sep 3 21:45:34 CEST 2011
#422: x264 preset and tune options always reset certain ffmpeg params to defaults
-----------------------+----------------------
Reporter: takis | Owner:
Type: defect | Status: new
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced: 0
Analyzed: 0 |
-----------------------+----------------------
Comment (by llogan):
You can use x264opts to set the GOP size:
{{{
$ ffmpeg -i input -vcodec libx264 -preset ultrafast -x264opts keyint=16
output
$ strings output | grep keyint
...keyint=16...
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/422#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list