Closed (cannot reproduce)
Project:
Video
Version:
6.x-5.0-beta3
Component:
Video Transcoding
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2012 at 10:39 UTC
Updated:
27 Mar 2012 at 14:03 UTC
I've just updated to Beta3, and the video processing is failing.
I got a PHP fatal error:
Argument 2 passed to video_localcommand::getDimensionParameters() must be an array, null given, called in /home/pony/www/sites/all/modules/pony/video/transcoders/video_localcommand.inc on line 148 and defined in /home/pony/www/sites/all/modules/pony/video/transcoders/video_localcommand.inc on line 399.
I can identify two issues:
nice -n 19 /usr/bin/ffmpeg -i 'sites/default/files/videos/video-4.mov' 2>&1 but there is no such file, my video is still in sites/default/files/videos/original/video-4.mov, not videos/.I'm using PHP 5.3.3-7.
Comments
Comment #1
Jorrit commentedThanks for your report. At what moment do you get this error? Are there any errors in your Drupal database logs? The error you get may be related to some error that happened right before this one.
Are you using the "Convert video on save" option?
During normal operations, the database should have been updated with the new path before the code from the error is run.
Comment #2
Jorrit commentedClosed because of lack of response.