Results 1 to 6 of 6

Thread: Poor qUALITY VIDEO - Please help

  1. #1
    Join Date
    Jul 2007
    Posts
    19

    Default Poor qUALITY VIDEO - Please help

    Dear sir,

    The quality of video is poor in my site. I want very good quality of videos. Kindly recommend me the correct settings.

  2. #2

    Default Re: Poor qUALITY VIDEO - Please help

    Video quality depends on the video you upload and the conversion command you used.

    More details at viewtopic.php?f=1&t=363

  3. #3
    Join Date
    Jul 2007
    Posts
    19

    Default Re: Poor qUALITY VIDEO - Please help

    i am uploading good quality videos. but the output is with lot of pixelate. the quality is poor. please help. i changed the bitrate to 612. still its same

  4. #4

    Default Re: Poor qUALITY VIDEO - Please help

    Post the url and video conversion command(include/settings.video_conversion.php)

  5. #5
    Join Date
    Jul 2007
    Posts
    19

    Default Re: Poor qUALITY VIDEO - Please help

    Code:
    <?php
    
    $cmd_ffmpeg = "$config[ffmpeg] -i $video_src -acodec mp3 -ar 22050 -ab 32 -f flv $video_flv";
    $cmd_mencoder = "$config[mencoder] $video_src -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=612:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    $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;

    kindly let me know the settings, plz

  6. #6

    Default Re: Poor qUALITY VIDEO - Please help

    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

Similar Threads

  1. Video Quality
    By Jimmii in forum Installation Support
    Replies: 17
    Last Post: 01-01-2009, 04:58 AM
  2. I need more quality video - HELP ME
    By uebas in forum General Discussions
    Replies: 4
    Last Post: 12-20-2008, 03:20 AM
  3. ffmpeg video quality
    By mersh in forum Frequently Asked Questions
    Replies: 3
    Last Post: 03-01-2008, 04:31 PM
  4. Video Quality
    By ryce889 in forum Installation Support
    Replies: 5
    Last Post: 09-19-2007, 10:53 PM
  5. Video Quality
    By dlewis23 in forum Sales Questions
    Replies: 7
    Last Post: 06-23-2007, 02:05 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
  •