[FFmpeg-user] (SOLUTION ) ffmpeg: Setting GOP (i-frame interval)

johnnydepp prince_goyal_1987 at yahoo.com
Fri Sep 16 12:23:14 CEST 2011


 I Found the solution. ffmpeg have changed cmd input format for x264. For
x264 you have to do like this:

ffmpeg  -i input.vob -f mpegts -vcodec libx264  -x264opts
keyint=5:min-keyint=1 output.ts

Note: all x264 opts go through "x264opts".

So all the x264 options you have to be given from the "x264opts" methods.
Otherwise they can be overridden by default values. 

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/ffmpeg-Setting-GOP-i-frame-interval-tp3815575p3817755.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list