I am getting this error when trying to upload a video.

Also I noticed on the transcoder page there is a warning:

Warning: Call-time pass-by-reference has been deprecated in D:\hshome\deltaweb\deltasupplyco.com\sites\all\modules\video\transcoders\video_ffmpeg.inc on line 50

any suggestions what could be causing this?

Comments

Jorrit’s picture

Status: Active » Fixed

Thanks, fixed in 6.x-4.x and 6.x-5.x.

You can fix this yourself by editing the file D:\hshome\deltaweb\deltasupplyco.com\sites\all\modules\video\transcoders\video_ffmpeg.inc and removing the & character at line 50, which then becomes:

passthru($command, $return_var);

Status: Fixed » Closed (fixed)

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