Results 1 to 7 of 7

Thread: How Can I force mp4 to convert to .flv

  1. #1
    scwebmaster is offline Member
    Join Date
    Dec 2007
    Posts
    53

    Default How Can I force mp4 to convert to .flv

    I noticed that .mp4 videos stay in .mp4 format. How can I change the code to force the script to convert all .mp4 files to .flv

  2. #2
    vshare is offline Moderator
    Join Date
    Dec 2009
    Posts
    72

    Default

    Hai

    which vshare version you are using?

    Thanks

  3. #3
    scwebmaster is offline Member
    Join Date
    Dec 2007
    Posts
    53

    Default

    I am currently running version 2.7

  4. #4
    vshare is offline Moderator
    Join Date
    Dec 2009
    Posts
    72

    Default

    Hi,

    This fix only for vshare 2.7
    open file include/functions_upload.php
    find

    PHP Code:
    if ($file_extn == 'mp4')
                {
                    
    $rand_flv_name $rand_name '.mp4';
                    
    $outExtn '.mp4';
                } 
    replace
    PHP Code:
    /*
    if ($file_extn == 'mp4')
                {
                    $rand_flv_name = $rand_name . '.mp4';
                    $outExtn = '.mp4';
                }
    */ 
    again find

    PHP Code:
    if ($file_extn == 'flv' || $file_extn == 'mp4'
    replace

    PHP Code:
    if ($file_extn == 'flv'
    Thanks

  5. #5
    markevanvic is offline Member
    Join Date
    Jul 2009
    Posts
    83

    Default

    What about for version 2.8.1?

  6. #6
    vshare is offline Moderator
    Join Date
    Dec 2009
    Posts
    72

    Default

    Hi,

    Open include/settings/video_conversion.php

    change mp4 instead flv

    $video_output_format = 'flv';

    Thanks

    Buyscripts Team

  7. #7
    markevanvic is offline Member
    Join Date
    Jul 2009
    Posts
    83

    Default

    Hi,

    Is there's a way to reconverted old converted MP4 videos to be FLV? i try to reconvert it using admin but i am getting an error reconverting it, wont success (original source file was AVI)

    Regards,
    Mark

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
  •