[Libav-user] question about SDL_ffmpeg

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jul 9 17:28:08 CEST 2012


arnaud samson <nono.samson at ...> writes:

> Or you now a simple methode to split a video 
> frame by frame using ffmpeg?

$ ffmpeg -i input -vcodec copy -f image2 out%5d
$ ffmpeg -i input out%5d.png

But maybe I misunderstand your question?

Carl Eugen



More information about the Libav-user mailing list