Results 1 to 5 of 5

Thread: CONVERTING ERRORS!

  1. #1
    Join Date
    Jun 2008
    Posts
    12

    Default CONVERTING ERRORS!

    None of my videos convert...

    But I noticed something....

    The correct code to run ffmpeg is:
    /path/to/ffmpeg -i /path/to/input.mov /path/to/output.flv

    but the vShare script runs this:
    /path/to/ffmpeg -i /path/to/input.mov

    and is given the error "must supply at least one output file"... how can i fix this since I cannot modify the code (which is VERY retarded by the way...)

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default Re: CONVERTING ERRORS!

    Please check the following.

    viewtopic.php?t=351

  3. #3
    Join Date
    Jun 2008
    Posts
    12

    Default Re: CONVERTING ERRORS!

    fixed it.

  4. #4

    Default Re: CONVERTING ERRORS!

    I did what viewtopic.php?t=351 said but i get no text wahtsoeve, just the black bg.

    copied the command from debug.txt and put it inside the quotation marks...

  5. #5

    Default Re: CONVERTING ERRORS!

    I just realized that mplayer and mencoder are located in the same directory

    so I set up the same directory for both mplayer and mencoder. So, the script is trying to use mplayer instead mencoder

    Code:
    CONVERT COMMAND: /usr/local/src/mplayer '/home/admin/domains/XXXXX.com/public_html/a/video/video/Mamada.wmv' -o /home/admin/domains/XXXXXX.com/public_html/a/video/flvideo/12148015321386717083.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
    is it not?

    Edit: i ran mencoder manually via ssh, and it converted the file, i am able to view it, any idas on how i can fix the scirpt so that it uses mencoder instead mplayer?

Similar Threads

  1. Many, many errors when uploading.
    By seany in forum Installation Support
    Replies: 4
    Last Post: 03-17-2008, 07:19 AM
  2. Javascript errors
    By k3lvin in forum Template Modifications
    Replies: 1
    Last Post: 01-26-2008, 04:39 PM
  3. more ffmpeg errors
    By musictvblogger in forum Bug Reports
    Replies: 3
    Last Post: 11-11-2007, 05:59 PM
  4. errors
    By pataylo in forum Installation Support
    Replies: 4
    Last Post: 10-29-2007, 11:43 AM
  5. Errors, Errors
    By bdwebb in forum Installation Support
    Replies: 23
    Last Post: 08-09-2007, 09:12 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
  •