So i tweaked ffmpeg to add an image to the video
Code:
$cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -s 640x480 -f flv -b 900k -acodec libfaac -ab 16k -vf 'movie=0:png:/home/admin/domains/mysite.com/public_html/include/settings/logo.png [wm];[in][wm] overlay=1:0:0 [out]' $video_flv > /home/admin/domains/mysite.com/public_html/include/settings/flvid.log 2>&1 ";
and since I did that the cronjob stopped working. When I try to run it in command line as root I get the following error:

Code:
cronjob started<br /><h1>STARTING VIDEO CONVERSION (process_queue.id = 1289)</h1><h2>STOP: can only process when status = 2. Current status is: </h2>
when I click convert video on the admin section, it converts it fine . SO what do I need to fix?

i am using vShare version: 2.8.1