Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Problem with bulk import convertion

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

    Default

    vShare 2.7 can work with any version of mencoder (or any command line video converter). Just update convert command in include/settings/video_conversion.php, there is already have convert command for release and svn versions of mplayer.

  2. #12
    Join Date
    Feb 2008
    Posts
    22

    Default

    Quote Originally Posted by admin View Post
    vShare 2.7 can work with any version of mencoder (or any command line video converter). Just update convert command in include/settings/video_conversion.php, there is already have convert command for release and svn versions of mplayer.
    Thanks for the response once again admin..

    What I should add/modify on that file?
    Last edited by LaLa; 06-24-2009 at 11:37 PM.

  3. #13
    Join Date
    Sep 2007
    Posts
    906

    Default

    Open a support ticket at

    BuyScripts Helpdesk

    with your site login and error you get.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  4. #14
    Join Date
    Feb 2008
    Posts
    22

    Default

    Quote Originally Posted by hostonnet View Post
    Open a support ticket at

    BuyScripts Helpdesk

    with your site login and error you get.
    sure! Thanks a lot!

  5. #15
    Join Date
    Jul 2008
    Posts
    22

    Default

    Quote Originally Posted by admin View Post
    vShare 2.7 can work with any version of mencoder (or any command line video converter). Just update convert command in include/settings/video_conversion.php, there is already have convert command for release and svn versions of mplayer.
    include/settings/video_conversion.php
    <?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_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:c bp:aic:cmp=3:subcmp=3 -oac mp3lame -lameopts abr:br=56:mode=3 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;
    our this one
    #$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";
    remove the #
    Last edited by ccr1969; 07-09-2009 at 12:56 AM.

Page 2 of 2 FirstFirst 12

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
  •