Results 1 to 4 of 4

Thread: i am new here, where will i put the lincense?

  1. #1

    Default i am new here, where will i put the lincense?

    I buy a new vshare 2.7 scripts where will i put the lincense key, and also i experience problem in converting a video, all format is error in converting, can you help me please

    Regards,
    Mark Evan Victorio

  2. #2

    Default

    No license key is needed to use the script.

    Try to change the convert command in include/settings/video_conversion.php

    Upload a test video and check it working or not.

  3. #3

    Default thanks for the reply

    i also having problem in converting a video, the php.ini is already been modified by my hosting support!

    phpinfo()

    hope you can help me solve the problem,

    thnaks

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    Look like you are using old version of mplayer.

    Open

    include/settings/video_conversion.php
    Find


    # 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";

    Replace with

    # 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";
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

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
  •