Results 1 to 3 of 3

Thread: FFMPEG Not Working

  1. #1
    Join Date
    Dec 2007
    Posts
    6

    Default FFMPEG Not Working

    I convert through Mencoder it is working fine but I am having real poor quality for wmv to flv. I tried changing $cmd_all = $cmd_mencoder; to $cmd_all = $cmd_ffmpeg; and I am getting this error. Any help on this ?
    Code:
    CONVERT COMMAND: /usr/bin/ffmpeg -i /home/me/public_html/mysite/video/abc.wmv -acodec libmp3lame -ar 22050 -ab 32 -f flv -b 700 /home/me/public_html/mysite/flvideo/1205406862499217463.flv
    
    ####################################################
    
    Array
    (
    )
    
    ####################################################
    
    Return value:
    
    Running flvtool2: /usr/local/bin/flvtool2 -U /home/me/public_html/mysite/flvideo/1205406862499217463.flv
    Convert Error or converted video is less than 1 kb in size, try upload a big video. If that do not work, verify convert command works on the server.

  2. #2
    Join Date
    Dec 2007
    Posts
    6

    Default Re: FFMPEG Not Working

    Now my host say that this script is working for them.

    Code:
    /usr/local/bin/ffmpeg -i /home/me/public_html/mysite/video/abc.wmv -acodec libmp3lame -ar 22050 -ab 32 -f flv -b 700 /home/me/public_html/mysite/flvideo/1205406862499217463t.flv
    
    frame=31059 fps=320 q=31.0 size= 24390kB time=1069.4 bitrate= 186.8kbits/s
    Somebody please help.

  3. #3
    Join Date
    Dec 2007
    Posts
    6

    Default Re: FFMPEG Not Working

    so no one ?

Similar Threads

  1. Upload not working, ffmpeg-php problem
    By admin in forum Frequently Asked Questions
    Replies: 33
    Last Post: 07-30-2012, 02:19 PM
  2. FFMPEG not working on vshare only
    By gertiebeth in forum Installation Support
    Replies: 2
    Last Post: 03-29-2008, 02:15 PM
  3. video codecs not working with Vshare (ffmpeg)
    By leki in forum Fixed Bugs
    Replies: 0
    Last Post: 10-06-2007, 06:50 PM
  4. Fatal Error ffmpeg and ffmpeg-php
    By zebz in forum Installation Support
    Replies: 5
    Last Post: 08-07-2007, 08:09 PM
  5. mencoder not working? use FFMPEG INSTEAD! :)
    By mersh in forum Installation Support
    Replies: 10
    Last Post: 06-28-2007, 08:56 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
  •