Results 1 to 3 of 3

Thread: increase video quaility with mencoder scale command.

  1. #1
    Join Date
    May 2007
    Posts
    588

    Default increase video quaility with mencoder scale command.

    I've just installed the lastest version of mencoder/ffmpeg and was doing a few tests

    i notice if you set a scale your videos are much better quaility with mencoder...even compared to higher resolution vids.

    for example look at the screen shot below



    The orginal video is a 720x576 WMV file, The FLV on the left of the picture is using the scale command to reduce the video resolution to 426x330 and the FLV on the right is not using the scale command and still in its 720x576 resolotion.

    as you can see in the pictures the fence on the left and things in the distance are much better in the scaled image on the left....I would have thought the higher resolution one on the right would be better quality but its not.

    If you want to add a scale to your mencoder converting command open /include/settings/video_conversion.php
    and if your using the newer version of mencoder add:
    Code:
    -vf scale=426:330
    if your using an older version of mencoder add:
    Code:
    -vop scale=426:330
    change the scale value to what ever your flv player size is.

  2. #2

    Default Re: increase video quaility with mencoder scale command.

    Very interesting. Does it get funky when you push the video up to full screen?
    This member is now known as Sitting Out

  3. #3
    Join Date
    May 2007
    Posts
    588

    Default Re: increase video quaility with mencoder scale command.

    at full screen the one that is using scale on the left is still better quality.

Similar Threads

  1. error parsing command line
    By bcannon in forum Installation Support
    Replies: 4
    Last Post: 04-09-2009, 10:13 PM
  2. Change conversion command ffmpeg/mencoder
    By admin in forum Frequently Asked Questions
    Replies: 23
    Last Post: 07-10-2008, 09:15 PM
  3. Video formats that don't work with vshare (mencoder/ffmpeg)
    By leki in forum Frequently Asked Questions
    Replies: 5
    Last Post: 10-28-2007, 02:04 AM
  4. Video Does Not Load/Convert Mencoder Problem Maybe
    By Gersitz in forum Installation Support
    Replies: 1
    Last Post: 09-17-2007, 07:05 AM
  5. How can I increase video quality? Any one can explain?
    By freesalah in forum Installation Support
    Replies: 2
    Last Post: 07-07-2007, 07:38 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
  •