On 20.4.2012 14:56, Ruediger Rolf wrote:

After one week I have to add 2 more findings to my H.264 experiments:
- When rescaling you should be aware that the dimensions of your video
must stay even numbers. If you use the ffmpeg option "-vf scale=200:-1"
you might be unlucky that your hight can get an odd number.

Just thought I'd share one little bit:

I use something like: " -vf scale='1280:trunc(ow/a/2)*2' " to get around that problem.

Tero K.

_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to