Set -keyint_min ffmpeg

1k Views Asked by At

I'm converting an mp4 video to HLS of 10 seconds duration in my iOS app. I need to set the keyint_min (FFmpeg) Minimum GOP length, the minimum distance between I-frames and gop_size. I don't know where to set these values within the ffmpeg wrapper class. Please suggest me some methods to set these values.

0

There are 0 best solutions below