Get this error:
Error set options PHPVideoToolkit error: You tried to set the video output dimensions to an odd number. FFmpeg requires that the video output dimensions are of event value and divisible by 2. ie 2, 4, 6,... etc

Successfully converting to 640x480.
But i want aspect ratio 16:9 not 4:3 =(
-----
On drupal 6 with Video 6.x module i have not this problem. All converting fine.

Comments

divined’s picture

Component: Zencoder » Video Transcoding
michael.k’s picture

You need even numbers or FFmpeg will fail. These are 16:9 around your range:
640x360
672x378
704x396
736x414
768x432

Jorrit’s picture

Closed because of lack of response. I hope the suggested resolutions work for you.

Jorrit’s picture

Status: Active » Closed (works as designed)