Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Using ffmpeg command line on OS X?

3stripe3stripe ✭✭
edited March 2006 in Vanilla 1.0 Help
Can anyone tell me how to use the command line prompt for ffmpeg on a Mac? Canny work it out.... need to convert a mov to a flv...

Comments

  • Why not download the Mac GUI for ffmpeg? http://homepage.mac.com/major4/
  • Yeah got it already, there's no preset for flvs though, unless I missed something... Been messing about in Terminal but not sure if that's gonna help!
  • Hmm I *think* you can convert .mov to .flv using QuickTime Pro, but that cost money. Sorry I'm not of more help!
  • 3stripe3stripe ✭✭
    edited March 2006
    Hmm no worries... getting closer... it's looking something like this:

    /Applications/ffmpegX.app/Contents/Resources/ffmpeg -i /Applications/march06.mov -f flv -s 160x140 -aspect 4:3 -r 15 -y /filmofthemonth.flv
This discussion has been closed.