Skip to content
Snippets Groups Projects
Commit 869fef70 authored by Josh Holmer's avatar Josh Holmer Committed by Thomas Daede
Browse files

Adaptive keyframe selection

Detects the level of difference between the current frame and the
previous frame, and if the difference is above a preset threshold,
encodes the current frame as a keyframe.

Introduces a new CLI option, --max-keyint (-i), to set the maximum
interval between two keyframes. Reuses the existing --keyint (-I) option
as the minimum interval between two keyframes. Sets the default minimum
to be 12 frames. To disable scenechange detection, set the max and min
to be equal via the CLI.
parent 90f50929
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment