Amir Hossein Rouhi <amir.rouhi@...> writes: > I am wondering if anyone can help me how can i use > ffmpeg to extract frames in raw RGB image format. > The following code does not work: > ffmpeg -i foo.mp4 -r 1 -s 320x240 -f image2 foo-%03d.rgb
This is at least missing -vcodec rawvideo Please add the complete, uncut console output when asking for help here. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
