Ben
2018-10-22 07:32:57 UTC
I wanted to encode (and resize) an existing MP4 file into a new MP4 video and a width of 1680 * ... and an aspect ratio of 16:9
The used codec is H.264
Since the calculated height therefore is (1680/16)*9=945 I entered this for the ffmpeg command and got an error:
"height not divisible by 2"
Hmm, can this really be?
What is the recommended height otherwise?
Is there no auto-adjustment in ffmpeg?
Ben
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org
The used codec is H.264
Since the calculated height therefore is (1680/16)*9=945 I entered this for the ffmpeg command and got an error:
"height not divisible by 2"
Hmm, can this really be?
What is the recommended height otherwise?
Is there no auto-adjustment in ffmpeg?
Ben
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org