Results 1 to 4 of 4

Thread: more ffmpeg errors

  1. #1
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default more ffmpeg errors

    I am getting encoding errors:

    Calling ffmpeg-php -> ffmpeg_movie()
    Get video duration - START
    Get video duration - END
    DURATION: 602.52
    Create Thumbnail - START
    Create Thumbnail - END
    CONVERT COMMAND: /usr/bin/mencoder '/home/xxxx/public_html/xxxxx/share/video/bushatbooker.uncut.avi' -o /home/xxxxx/public_html/xxxxxxx/share/flvideo/11938741391727513621.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
    -------------------------------------------------------------

    Array
    (
    [0] => MEncoder dev-SVN-r24766-3.4.6 (C) 2000-2007 MPlayer Team
    [1] => CPU: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz (Family: 6, Model: 15, Stepping: 2)
    [2] => CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    [3] => Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
    [4] =>
    [5] =>
    [6] => Exiting... (error parsing command line)
    )

    -------------------------------------------------------------
    Return value: Exiting... (error parsing command line)
    File Size too small : Bytes, Upload a big video.


    The admin tells me the command line works, so I am wondering why this is not encoding the file and placing it? We are on the latest version of mencoder and I have updated the code as you told me.
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default Re: more ffmpeg errors

    Code:
    /usr/bin/mencoder '/home/xxxx/public_html/xxxxx/share/video/bushatbooker.uncut.avi' -o /home/xxxxx/public_html/xxxxxxx/share/flvideo/11938741391727513621.flv -of lavf -oac mp3lame -lameopts abr:br=56\ -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup
    If this command works on command line, it should work from php exec also unless some settings on your server block php from executing the command properly.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Nov 2007
    Posts
    1

    Default Re: more ffmpeg errors

    I'm getting this same error


    2007-11-10 22:44:58 -------------------------------------------------------------
    2007-11-10 22:44:58 Return value: Exiting...
    2007-11-10 22:44:58 File Size too small : 0 Bytes, Upload a big video.
    2007-11-10 22:44:58 Calling process_video[16,0]


    I tried your above changes with no luck. Any other suggestions?

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: more ffmpeg errors

    Convert command not working on your server. Check if convert command works on your server.

    See FAQ

    Video Not Playing
    Video not getting converted to flv

Similar Threads

  1. FFMPEG / FFMPEG-PHP issues
    By mersh in forum Installation Support
    Replies: 6
    Last Post: 12-10-2008, 10:40 PM
  2. HELP!!..how to install ffmpeg and ffmpeg-php on windows XP?
    By lester in forum Installation Support
    Replies: 1
    Last Post: 04-23-2008, 04:35 AM
  3. errors
    By pataylo in forum Installation Support
    Replies: 4
    Last Post: 10-29-2007, 11:43 AM
  4. Errors, Errors
    By bdwebb in forum Installation Support
    Replies: 23
    Last Post: 08-09-2007, 09:12 PM
  5. Fatal Error ffmpeg and ffmpeg-php
    By zebz in forum Installation Support
    Replies: 5
    Last Post: 08-07-2007, 08:09 PM

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
  •