Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42

Thread: yes been asked before "Convert Isues" pro install

  1. #31

    Default Re: yes been asked before "Convert Isues" pro install

    Admin can we go back on topic please for the other user and my other post
    Thank you

  2. #32
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Re: yes been asked before "Convert Isues" pro install

    Wow, didn't expect to come back today to all of that. Will try contacting my host again. Thank you so much for the replies. :D

  3. #33
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Re: yes been asked before "Convert Isues" pro install

    Host has fixed the issue. Thank you so much for your help. Still need the other issues fixed though. With the tags. :cry:

  4. #34
    Join Date
    May 2007
    Posts
    394

    Default Re: yes been asked before "Convert Isues" pro install

    Quote Originally Posted by abeez
    Convert Error or converted video is less than 1 kb in size, try upload a big
    video. If that do not work, verify convert command works on the server.
    This is probably because you have an older mplayer version. They made a major change to mplayer a couple of months back (installs via SVN), and many servers still have the older (RPM installed) version. I had the same problem, and here's what worked for me:

    Open include/settings/video_conversion.php

    Look for
    Code:
    // For rpm (old) version of mplayer
    // $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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    // For latest svn version of mplayer
    $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";
    and change it to
    Code:
    // For rpm (old) version of mplayer
    $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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    // For latest svn version of mplayer
    // $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";
    In other words, remove the two //'s from in front of the top "$cmd_mencoder =" command, and put them in front of the bottom one. This forces the converter to use the top command instead of the bottom one. It's possible you've got an older version of mplayer that needs the "-lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es" option.

  5. #35
    Join Date
    May 2007
    Posts
    394

    Default Re: yes been asked before "Convert Isues" pro install

    By the way, another thing you can try is bypassing Mplayer altogether and using ffmpeg to do your video conversion. To do that, open the same file and change

    Code:
    $cmd_all = $cmd_mencoder;
    to
    Code:
    $cmd_all = $cmd_ffmpeg;

  6. #36
    Join Date
    Apr 2010
    Posts
    88

    Default failed conversion

    Is my video_conversion.php up to date? Because I keep having problems converting bigger .wmv files
    Here is a convert log which looks really crazy http://youtubeoutlaws.com/templates_...rt_log_20.html

    Please look at it and let me know what looks wrong.

    PHP Code:
    <?php

    $cmd_ffmpeg 
    "$config[ffmpeg] -i '$video_src' -acodec libmp3lame -ar 22050 -ab 32 -f flv $video_flv";

    # For old version of mplayer
    # $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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";

    # For latest version of mplayer
    $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";

    $cmd_all $cmd_mencoder;

    $convert_3gp $cmd_all;
    $convert_mp4 $cmd_all;
    $convert_mov $cmd_all;
    $convert_asf $cmd_all;
    $convert_mpg $cmd_all;
    $convert_avi $cmd_all;
    $convert_mpeg $cmd_all;
    $convert_wmv $cmd_all;
    $convert_rm $cmd_all;
    $convert_dat $cmd_all;

  7. #37
    Join Date
    Apr 2010
    Posts
    88

    Default

    Anybody? Somebody

    My conversions keep timing out saying database has went away. I have tried every variation with ffmpeg and mplayer and flv tool disabled and enabled. Somebody please help me.

  8. #38
    Join Date
    Sep 2007
    Posts
    906

    Default

    Increasing mysql time out.

    From your log, it look like process is killed in half way, may be server overloaded or some program kill the process.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  9. #39
    Join Date
    Apr 2010
    Posts
    88

    Default

    Is it something done from WHM Access or in phpmyadmin? Can I increase it to to much? Thanks

  10. #40
    Join Date
    Sep 2007
    Posts
    906

    Default

    Quote Originally Posted by cybra View Post
    Is it something done from WHM Access or in phpmyadmin? Can I increase it to to much? Thanks
    No, this can only done by server admin in command line.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. allowing absolute url in fckeditor in "email users" option
    By paolo in forum General Discussions
    Replies: 1
    Last Post: 11-22-2008, 12:59 AM
  2. Where is "guest bar" also bar "most viewed" etc
    By abeez in forum Template Modifications
    Replies: 2
    Last Post: 01-21-2008, 03:33 AM
  3. "convert again" option in Process Queue
    By leki in forum Fixed Bugs
    Replies: 6
    Last Post: 10-17-2007, 09:02 AM
  4. Bottom Advert Broken in "Recently Added Groups" page
    By grynmoors in forum Installation Support
    Replies: 2
    Last Post: 09-09-2007, 01:24 AM
  5. "Classified " Site, and "Image Hosting"
    By chiefody in forum Sales Questions
    Replies: 1
    Last Post: 07-04-2007, 08:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •