Results 1 to 6 of 6

Thread: Conversion error with Mp4 created with Movie Maker

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2010
    Posts
    4

    Default

    It works! Thanks...

    btw if someone have this issue...

    Go to include/functions_upload.php and find:
    Code:
    if ($file_extn == 'mp4')
                {
                    $rand_flv_name = $rand_name . '.mp4';
                    $outExtn = '.mp4';
                }
    and delete or comment that, then go to:
    Code:
    if ($file_extn == 'flv' || $file_extn == 'mp4')
    and again.... Comment or delete the conditional involving mp4.

    :)
    Last edited by godlike; 09-16-2010 at 04:47 PM. Reason: Solved!

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
  •