Skip to content

About Extracting Image From Video #564

Open
@kbrmumcu

Description

@kbrmumcu

I am using the code below. It gives me the entire frame of the image. I want it to continuously render images until the video ends at a certain second of the video. How can I do this?

FFMpegArguments.FromFileInput(videofilePath).OutputToFile("tmp/Video/Frame%05d.png", true, Options => { Options.WithVideoCodec(VideoCodec.Png); }).ProcessSynchronously();

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