How to split every frame automatically.

Started by coolgit, May 08, 2019, 09:12:00 AM

Previous topic - Next topic

coolgit

I want to extract every frame from a video file as avi and NOT image. How do I do this quickly and automatically with manually splitting all the time. Does anyone have any special py file to do this?

cheers.

dosdan

Quote from: coolgit on May 08, 2019, 09:12:00 AM
I want to extract every frame from a video file as avi and NOT image.

A single-frame avi clip isn't practical. You would need to replicate the single extracted frame multiple times to make a avi that would "play". This would be possible in virtualdub+avisynth, but I haven't use avisynth enough recently to be of help.

Dan.

eumagga0x2a

Quote from: dosdan on May 08, 2019, 09:20:34 AM
You would need to replicate the single extracted frame multiple times to make a avi that would "play". This would be possible in virtualdub+avisynth

"Still Image" filter in Avidemux.

Apart from that, I'd question the use case of such an endeavour too.

coolgit

Any particular reason why it isn't practical? It just that I have a 10 minutes 'clip' and about 100 bad frames that is visually annoying when playing the clip.

eumagga0x2a

So the actual purpose is to replace damaged frames with a duplicate of a previous one, right?

coolgit