-
Convert.php
Hi,
In template_c/debug.txt
/usr/bin/mencoder '/home/pyrobug/public_html/pyrovideos/video/_Original1942_BambiTrailer.avi' -o /home/pyrobug/public_html/pyrovideos/flvideo/11974400651764193953.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 -ofps 24 -vf harddup
This command gives error --
Exiting...
2007-12-12 0:14:25 -------------------------------------------------------------
2007-12-12 0:14:25 Return value: Exiting...
2007-12-12 0:14:25 File Size too small : 0 Bytes, Upload a big video.
2007-12-12 0:14:25 Calling process_video[4,0]
==========
If we use this command on shell --
/usr/bin/mencoder /home/pyrobug/public_html/pyrovideos/video/Intersection.mpg -o /home/pyrobug/public_html/pyrovideos/video/1.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
It converts the video properly.
Now what I want is just go to convert.php and replace
"-ofps 24 -vf harddup"
with
"-lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es"
But your convert.php is encoded -- how should we make the change.
Lea
-
For changing video conversion command include/settings/video_conversion.php.This file is not encoded
-
Re: Convert.php
Ahh got it working now :) Thank you ..
just one thing remaining --
http://yourdomain.com/pyrovideos/vshare/user.php
Warning: main(include/language//language.php) [function.main]: failed to open stream: No such file or directory in /home/cpanelusr/public_html/pyrovideos/vshare/user.php on line 5
Warning: main(include/language//language.php) [function.main]: failed to open stream: No such file or directory in /home/cpanelusr/public_html/pyrovideos/vshare/user.php on line 5
Fatal error: main() [function.require]: Failed opening required 'include/language//language.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cpanelusr/public_html/pyrovideos/vshare/user.php on line 5
Lea
-
Did you upload the files in binary mode?also some files are missing.please check all vshare files and folders in your site
-
Re: Convert.php
All fixed and working now :)
Cheers and thank you
Lea