On Sat, Dec 09, 2017 at 16:31:25 +0100, Lionel Crassier wrote:
> I’m trying to replace B-Frames and P-Frames exclusively with i-frames in a 
> .mp4 video with x264 codec, mp4 muxer.
> I didn’t see any such functionality in your documentation.

Google is a really cool tool though.

https://lists.ffmpeg.org/pipermail/ffmpeg-user/2013-August/017110.html

"-g 1"

(It's true, the docs don't tell you this. It forces the size of the GOP
(groups of pictures) to 1, implying only I-frames.)

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to