[FFmpeg-user] Convert some hundreds files to a H264
Mark Blain
mblainml at earthlink.net
Tue May 17 23:26:28 CEST 2011
belcampo <belcampo at zonnet.nl> wrote:
>It throws error-messages for not-optimal, in the sense of not-optimal in
>file-size, encodings but it will encode nevertheless without trouble AFAIK.
When scaling with "-vf scale=640:-1" you can get a message like:
[libx264 @ 0x33e68e0] width or height not divisible by 2 (640x361)
if the calculated scaled height happens to be an odd number.
More information about the ffmpeg-user
mailing list