Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to extract keyframe only during trickplay image generation #11511

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Add option to extract keyframe only during trickplay image generation

    This would be significantly faster than decoding every frame, but it does have compatibility issues. Not all decoders support this mode, notably the VP9 decoder, CUVID decoders, and QSV decoders.
    
    Some videos with very long key-frame intervals may also perform poorly with this mode, as the image timing could become too inaccurate to reflect the actual frame.
    
    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c67775c View commit details
    Browse the repository at this point in the history