Id User Status url File Location Action
5 mostwanted Convert Error clip4.mpg Edit Delete
4 mostwanted Convert Error movie_double_assfuck_06_1.wmv Edit Delete
Id User Status url File Location Action
5 mostwanted Convert Error clip4.mpg Edit Delete
4 mostwanted Convert Error movie_double_assfuck_06_1.wmv Edit Delete
To see why you get convert error, you need to run convert command in command prompt.
You will be able to find convert command in file
templates_c/debug.txt
After uploading a new video.
Hi
Here is what i get on ssh:
[~]# /usr/local/bin/mencoder /home/sexy/public_html/video/video/clip4.mpg -o /home/sexy/public_html/video/flvideo/1191248125458641867.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es
MEncoder dev-SVN-r24651-3.4.6 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (Family: 15, Model: 4, Stepping: 9)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Option lavfopts: Unknown suboption i_certify_that_my_video_stream_does_not_use_b_fram es
Error parsing option on the command line: -lavfopts
Exiting... (error parsing command line)
Try editing video_conversion.php and change convert command to
and see if that works.Code:$cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup";
Bookmarks