Results 1 to 8 of 8

Thread: Video Quality

  1. #1
    Join Date
    Jun 2007
    Posts
    5

    Default Video Quality

    Is it possible to have better video quality?

    I want to be able to offer like double the video quality of what all the other video sites offer.

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Video is converted to FLV format using mencoder/ffmpeg. Video quality depends on the video you upload and the conversion command you used. If you upload a compressed video like wmv format, you will get better quality.

    The script allow you to modify conversion command by modifying include/settings/video_conversion.php

  3. #3
    Join Date
    May 2007
    Posts
    686

    Default

    Im very interested in this, how do we increase the quality like a few examples as what it is now and lines of how to change it to better quality encoding would be appreciated.

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    There is no single command to get better video quality, it all dpends on show the source video encoded, for more details, read

    http://www.google.com/search?q=site%3Al ... eo+quality

  5. #5

    Default video quality

    Quote Originally Posted by admin
    There is no single command to get better video quality, it all dpends on show the source video encoded, for more details, read

    http://www.google.com/search?q=site%3Al ... eo+quality
    Hi,
    when I use same video (wmv format) with vshare and clipshare, Clipshare video quality is very high. but vshare quality is very poor. why?

    same server with two programs(vshare and clipshare)

    Clipshare have a one option setup video quality

  6. #6
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Check the command used to convert, they allow changing bitrate, size etc...

    If you know what bit rate you need, you can also do the same change in the convert command in include/settings/video_conversion.php

    Code:
    $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
    We have video bitrate of 500 and audio bitrate of 22050.

    You can try increasing the video bitrate for better quality.

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    I don't know much about bitrates...do we increase the bitrate in certain increments or does it matter what number you put in there?

    What is clipchare pro set at?

    I also don't have the directory and file you mention (include/settings/video_conversion.php) anywhere. Searched my entire computer and the files on the webhost. No video_conversion.php file found.

    NVM it's in the NEW RELEASE in the ANNOUCEMENTS section but I'd still like to know what would be a better bitrate to put in there. Thanks.

    NEVERMIND! I got brave and put in 512 for the bitrate and it's MUCH better.
    If it's not fun, stop doing it!

  8. #8
    Join Date
    May 2007
    Posts
    686

    Default

    I put my rate to 768 works nice.

Similar Threads

  1. HD, Video Quality, and vShare - What You Really Need To Know
    By bplex in forum General Discussions
    Replies: 6
    Last Post: 06-06-2011, 11:14 PM
  2. Video Quality
    By Jimmii in forum Installation Support
    Replies: 17
    Last Post: 01-01-2009, 04:58 AM
  3. I need more quality video - HELP ME
    By uebas in forum General Discussions
    Replies: 4
    Last Post: 12-20-2008, 03:20 AM
  4. ffmpeg video quality
    By mersh in forum Frequently Asked Questions
    Replies: 3
    Last Post: 03-01-2008, 04:31 PM
  5. Video Quality
    By ryce889 in forum Installation Support
    Replies: 5
    Last Post: 09-19-2007, 10:53 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
  •