1
2
3
4
5
6
7
8
9
10 | ffmpeg -r 25 -f image2 -i video%4d.png -codec:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -qscale:v 1 video.mp4 [libx264 @ 0x558e6d4cbb60] -qscale is ignored, -crf is recommended. [libx264 @ 0x558e6d4cbb60] height not divisible by 2 (1060x767) Stream mapping: Stream #0:0 -> #0:0 (png (native) -> h264 (libx264)) Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height |