-
AVI to image frames
I am trying to break a very large avi into individual frames. It runs well when I watch the movie, but when I use ffmpeg to break out the frames, I get one good frame, then ~20 frames that are copies of this frame, just with worse and worse quality. Then I get the next frame, and 20 worsening frames.
Is there something that I am missing?
ffmpeg -i “asdf.avi” %d.bmp
Sorry, there were no replies found.