Open
Description
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
Labels
No labels