Skip to content

Instantly share code, notes, and snippets.

@tonetheman
Created August 17, 2009 04:31
Show Gist options
  • Save tonetheman/168912 to your computer and use it in GitHub Desktop.
Save tonetheman/168912 to your computer and use it in GitHub Desktop.
#!/bin/bash
# tell me about this flv
# ffmpeg -i inputvideo.flv
# set the bit rate with this command
# ffmpeg -i inpuvvideofile.flv -ab 128k outputaudiofile.mp3
# no re encode with this command
/usr/bin/ffmpeg -i $1 -acodec copy $1.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment