libx264: Add option to force IDR frames

Multimedia / FFmpeg - Derek Buitenhuis [gmail.com] - 18 August 2015 15:40 UTC

Currently, when forcing an I frame, via API, or via the ffmpeg cli, using -force_key_frames, we still let x264 decide what sort of keyframe to user. In some cases, it is useful to be able to force an IDR frame, e.g. for cutting streams.

c981b11 libx264: Add option to force IDR frames
libavcodec/libx264.c | 5 ++++-
libavcodec/version.h | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)

  • Share