I am using ffmpeg to convert a set of images in png format to mp4 video. I am trying this code line in command line:
ffmpeg -framerate 1/5 -i colorraster%02d.png -c:v libx264 -r 30 -pix_f t yuv420p out.mp4 But appears this error:
The images open correctly and normally through any program of images. So I don't understand what is wrong.
أكثر...
ffmpeg -framerate 1/5 -i colorraster%02d.png -c:v libx264 -r 30 -pix_f t yuv420p out.mp4 But appears this error:

The images open correctly and normally through any program of images. So I don't understand what is wrong.
أكثر...