Results 1 to 8 of 8

Thread: pixelated video

  1. #1

    Default pixelated video

    Hi,

    When i am uploading a video directly from the computer, the quality suffers badly and it goes really blocky. It doesn't happen to vids imported from YouTube, but how can I prevent it from happening to the vids from my computer?

    Here is the link to the videos !

    http://www.heyahey.com/view/109/los-...passion-greed/

    http://www.heyahey.com/view/135/the-universe/

    Please help me with that ! :?

    Thank you,

    Heyahey

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: pixelated video

    You will need to increase your encoding quality. You can edit the quality in your video_conversion.php file
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3

    Default Re: pixelated video

    Quote Originally Posted by bplex
    You will need to increase your encoding quality. You can edit the quality in your video_conversion.php file

    Thank you so much,

    I am so sorry bu i just don't know what to edit on video_conversion.php file to increase conversion quality.

    Here is a copy of this file, please help me what i need to edit on the file. Thank you very much in advance !

    ************************************************** ************************************************** ****************************


    <?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:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";

    # 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:l ast_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;

    ************************************************** ****************************************

  4. #4
    Join Date
    Dec 2008
    Posts
    152

    Default Re: pixelated video

    http://monitorporn.info/view/329/blonde ... for-money/
    I never edited my video quality and my vids come out just fine
    It was a lot to do with the actual quality of the video that you are uploading

  5. #5
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Re: pixelated video

    Change the "vbitrate=500" :wink:

    Also change your setting to background processing
    more info here
    http://docs.buyscripts.in/Video_Processing

  6. #6

    Default Re: pixelated video

    Quote Originally Posted by RAMMSTEIN
    Change the "vbitrate=500" :wink:

    Also change your setting to background processing
    more info here
    http://docs.buyscripts.in/Video_Processing

    Thank you so much, but what value should i give to "vbitrate=500" ?

    I am sorry but i don't really know how it works !

    Thanks,

  7. #7
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Re: pixelated video

    At my site i have it 400
    But you relay want good video quality 700 will be fine

  8. #8

    Default Re: pixelated video

    Quote Originally Posted by RAMMSTEIN
    At my site i have it 400
    But you relay want good video quality 700 will be fine
    Thank you so much!

    Would you mind what is the maximum value I can set, and what disadvantages do I have if I setup the value high (let’s say 1000)?

    Thanks again, it's a great help!

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
  •