-
Conversion error when trying to convert a video to jpg images
I am using the following command for converting a video file to jpg images.
ffmpeg -i “MyAVI.avi” -f image2 img%03d.jpg
On issuing this command I get the following error message
Duration: 00:00:03.5, start: 0.000000, bitrate: 3692 kb/s
Stream #0.0: Video: rawvideo, bgr24, 320×240, 2.00 fps(r)
swScaler: 0x0 ( is not supported as output format Cannot get resampling contextWhat mistake am I making here?
TIA
—
Yogi Yang
Sorry, there were no replies found.