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
Comment #1
Jorrit commentedThanks, 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.incand removing the & character at line 50, which then becomes:passthru($command, $return_var);