Ffmpeg installer fail need help

Discussion in 'Site & Server Administration' started by zyklon, Aug 10, 2009.

  1. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #21
    Mate try this

    wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz
    Code (markup):
    and unextract the tar.gz and run the install.sh inside the folder which is extracted
     
    Bohra, Aug 11, 2009 IP
  2. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #22
    did that... still didnt work mplayer failed still w/ orig thing in first post and ffmpeg command doesnt work
     
    zyklon, Aug 11, 2009 IP
  3. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #23
    Try this

    yum remove ffmpeg ffmpeg-devel

    and then

    yum install ffmpeg

    Hope this work its strange ur facing so many problems
     
    Bohra, Aug 11, 2009 IP
    zyklon likes this.
  4. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #24
    it worked! gonna give u some rep for that... but i ran ffmpeg on a file and got this error:

     
    zyklon, Aug 11, 2009 IP
  5. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #25
    what code u used ?? u have to use full ffmpeg code with the functions to use it properly
     
    Bohra, Aug 11, 2009 IP
  6. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #26
    i ran:
    i know the files there etc. etc. but ya... got that. am i missing some codecs?
     
    zyklon, Aug 11, 2009 IP
  7. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #27
    i dunno properly but probably yeaa im not that deep into ffmpeg
     
    Bohra, Aug 11, 2009 IP
  8. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #28
    well... do you have any suggestions on how to fix this? or would you reccomend i start a new topic asking for a fix to this problem from someone?
     
    zyklon, Aug 11, 2009 IP
  9. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #29
    Do this

    ffmpeg -formats | grep xvid


    and post the output
     
    Bohra, Aug 11, 2009 IP
  10. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #30
    there you go :)
     
    zyklon, Aug 11, 2009 IP
  11. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #31
    ffmpeg -i /home/justdubs/public_html/justamvs.net/test/movies/Video1.wmv -sameq -acodec mp3 -ar 44100 -k -ab 32 -f flv -s 320x240 /home/justdubs/public_html/justamvs.net/test/flvfiles/myflv.flv


    Try that n see if it works
     
    Bohra, Aug 12, 2009 IP
  12. Guttu

    Guttu Peon

    Messages:
    728
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #32
    little adjustments maybe needed.

    
    ffmpeg -i /home/justdubs/public_html/justamvs.net/test/movies/Video1.wmv  -acodec libmp3lame -ar 44100 -ab 32k -f flv -s 320x240 /home/justdubs/public_html/justamvs.net/test/flvfiles/myflv.flv
    Code (markup):
     
    Guttu, Aug 12, 2009 IP
  13. zyklon

    zyklon Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #33
    Well... I am using a script that generates the code for it... So i want the code that parses it to be universal as I am building a youtube-esque site....
     
    zyklon, Aug 12, 2009 IP