Hi,

Using the Drupal Video Module (7.x-2.x-dev) with Drupal (7.22) does not execute the expected ffmeg Command. If I am uploading an Video, eg. with an Output Dimension Setting: 960x400, it is not converted to this Dimension. It seems that the ffmpeg call is missing the scale param:

/usr/local/bin/ffmpeg -i '/stream/0/streaming7.dev/sites/defa/IMGA0532.MP4' -strict experimental -vcodec 'h264' -acodec 'aac' -ac '2' -y /tmp/1368027514-518a717a79d55.flv 2>&1

Furthermore, if i am checking the setting: 'Use preset dimensions for video conversion' in the Administration Settings, i get an scale param in my ffmpeg call, which is allways the same regardless what i choose under 'Output Dimension Setting' :

/usr/local/bin/ffmpeg -i '/stream/0/streaming7.dev/sites/defa
/laengerbesser1080p2pmpg4_2.mp4' -vf 'scale=640:120' -strict experimental -vcodec 'theora' -acodec 'vorbis' -b '2000k' -ac '2' -pass 368024746-518a66aab3e9f-multipass' -y /tmp/1368024746-518a66aab3d99.ogv 2>&1

Any help for fixing this Issue is appreciated,
thx, j

Comments

Jorrit’s picture

Try setting the value of the 'Aspect mode' preset setting to 'Stretch'.

jzfix’s picture

thanks for answering !

this setting fixes my problem to pass the preset Dimensions, but I am still unable to pass user defined dimensions. I unchecked the 'Use preset dimensions for video conversion' and used 'strech'. Now the original Dimensions of the uploaded files are taken, not the selected one. did i still missed any options?

Jorrit’s picture

Status: Active » Fixed

I have fixed that issue in 7.x-2.x-dev, thanks for letting me know.

Automatically closed -- issue fixed for 2 weeks with no activity.