Skip to content

Effeciently extract subset of images from video #136

@SeeRich

Description

@SeeRich

Related to this issue: #83

FFmpeg CLI has the ability to perform frame accurate input seeking which is very fast if you want to extract a frame at a time. See: https://trac.ffmpeg.org/wiki/Seeking.

However, I have a very long video (~2-3 hours) and hundreds of timestamps at which I want to extract frames. Is there a way I can leverage the input seeking at the libav level? I don't want to just call the CLI in a loop for each timestamp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions