diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-09-09 14:11:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-10-10 12:41:31 +0200 |
commit | 735b082231a93f7193448ed5cb2a461b3df531e2 (patch) | |
tree | 915cd6248df3f494d501a4de4e8e06d18d7f1efe /doc | |
parent | a07b2f5f11c772bf8e6507670dd8e5b4b2483bac (diff) | |
download | ffmpeg-735b082231a93f7193448ed5cb2a461b3df531e2.tar.gz |
fftools/ffmpeg_enc: unbreak -force_key_frames source_no_drop
Unlike the 'source' mode, which preserves source keyframe-marking as-is,
the 'source_no_drop' mode attempts to keep track of keyframes dropped by
framerate conversion and mark the next output frame as key in such
cases. However,
* c75be061487 broke this functionality entirely, and made it equivalent
to 'source'
* even before it would only work when the frame immediately following
the dropped keyframe is preserved and not dropped as well
Also, drop a redundant check for 'frame' in setting dropped_keyframe, as
it is redundant with the check on the above line.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions