Answers for "height not divisible by 2"

0

height not divisible by 2

ffmpeg -r 24 -i frame_%05d.jpg -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -vcodec libx264 -y -an video.mp4
Posted by: Guest on February-03-2022
0

height not divisible by 2

-vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"
Posted by: Guest on February-03-2022

Browse Popular Code Answers by Language