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

Thread: Can I use .mov files

  1. #11
    Join Date
    Jun 2007
    Posts
    6

    Default One piece of help

    Hi Phil

    I have tried to upload a file to my own site 32meg but it will not go up to the server what am I doing wrong?

    It just sits and tries to upload but never does

    Paul

  2. #12

    Default

    Did you change hosts?
    Look, it's not steep till you need to stop ok !

  3. #13
    Join Date
    Jul 2007
    Posts
    115

    Default

    im having problem with some video file to play. Specialy with .mov and .mpeg files.

    This is what i have in my debug.txt file for a .mov file:

    ################### VSHARE DEBUG LOG START ###################


    Temporary File Name :/tmp/phpib8qvS
    File Size :786214
    File Type :video/quicktime
    File Name :Adidas- Own the game.mov

    -------------------------------------------------------------

    INSERT INTO video SET
    UID=2,
    title='Adidas- Own the game',
    description='Adidas- Own the game',
    keyword='adidas own game cool soccer usa united states football',
    channel='0|60|0',
    vdoname='Adidas- Own the game.mov',
    space = '1',
    addtime='1186260778',
    adddate='2007-08-04',
    vkey='1976198114',
    type='public',
    active=1,
    filehome=''

    -------------------------------------------------------------

    SQL EXECUTED

    LAST INSERT ID = 926
    VIDEO URL = http://www.worldadstv.com/view/926/adidas-own-the-game/
    VIDEO LOCATION = /home/worldads/public_html/video/Adidas- Own the game.mov
    Initialize ffmpeg - Begin
    Initialize ffmpeg - END
    Get video duration - START
    Get video duration - END
    DURATION: 29.4950008392
    Create Thumbnail - START
    Create Thumbnail - END

    CONVERT COMMAND:

    /usr/bin/mencoder /home/worldads/public_html/video/Adidas- Own the game.mov -o /home/worldads/public_html/flvideo/11862607781987223423.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


    UPDATE VIDEO SQL:
    update video set
    flvdoname='11862607781987223423.flv',
    duration='29.4950008392' WHERE VID=926
    I made a convert.php file and i made it run using the Convert Command, this is what it returned for the uploaded file:

    MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (Family: 15, Model: 75, Stepping: 2) CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Exiting... (error parsing command line)


    --------------------------------------------------------------------------------
    Last line of the output: Exiting... (error parsing command line)
    --------------------------------------------------------------------------------
    Return value: 1
    Is it because im running an old player version? or it is because the MEncoder is not installed properly?

  4. #14
    Join Date
    Jun 2007
    Posts
    5

    Default

    Looking at your debug file it looks like the file name for your .mov has spaces in it.
    I'm not sure this will fix it, but I've noticed problems with video file names that have spaces in them.
    When I changed the file name of the exact same movie file that failed and replaced the spaces with _ then it uploaded and converted just fine. I think it's a Unix thing.

    Give it a try.

  5. #15
    Join Date
    Jul 2007
    Posts
    115

    Default

    Quote Originally Posted by somertech
    Looking at your debug file it looks like the file name for your .mov has spaces in it.
    I'm not sure this will fix it, but I've noticed problems with video file names that have spaces in them.
    When I changed the file name of the exact same movie file that failed and replaced the spaces with _ then it uploaded and converted just fine. I think it's a Unix thing.

    Give it a try.
    Yeah, you are exactly right, now my command line is set so it can works with space in the name and it works good. My host server gave me the same answer as you did. Thanks.

  6. #16
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    From vshare 2.3, we do not rename the uploaded file, so if you upload a file with space in it, it will not get converted.

    To fix the problem, open

    include/settings/video_conversion.php

    FIND

    Code:
    $video_src
    REPLACE WITH

    Code:
    '$video_src'
    That is single quotes before and end of $video_src

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Php.ini Files
    By charlez186 in forum Installation Support
    Replies: 1
    Last Post: 02-23-2009, 01:52 PM
  2. .ram files?
    By Blake in forum Bug Reports
    Replies: 5
    Last Post: 01-30-2008, 02:04 AM
  3. avi files
    By harvey in forum General Discussions
    Replies: 0
    Last Post: 12-23-2007, 04:34 PM
  4. Replies: 3
    Last Post: 10-04-2007, 10:30 AM
  5. WMV Files
    By linuxfreak in forum Installation Support
    Replies: 2
    Last Post: 06-15-2007, 07:15 AM

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
  •