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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
