Results 1 to 3 of 3

Thread: new mencoder command

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Smile new mencoder command

    Well after lots of reading and trial and lots of error I came up with this for my mencoder it resamples to 44100 and gives a clean HQ audio out and resizes the video for widescreen videos to fit in vshare player I have only tried it with avi files but big difference in quality make sure you are using the latest mplayer download

    just comment out the original with a #

    and add this below in the video_conversion.php
    this is locates in includes/settings folder


    Code:
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -af resample=44100:0:0 -sws 9 -vf scale=448:-3,expand=448:336 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=800:vhq:trell:v4mv:mv0:mbd=2:cbp:aic:cmp=3:subcmp=3 -oac mp3lame -lameopts abr:br=56:mode=3 harddup ";
    Last edited by MauiRedMan; 06-20-2009 at 05:32 PM. Reason: Improved code

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
  •