Ubuntu Pastebin

Paste from c at Thu, 29 Jun 2017 19:53:43 +0000

Download as text
1
2
3
4
5
6
7
ffmpeg -r 25 -f image2 -i video%4d.png -codec:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -crf:v 1 video.mp4


[libx264 @ 0x55c3c5e4fc00] 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
Download as text