convert flash to mp3
November 6, 2008 Leave a comment
Using ffmpeg, anything’s possible
Just install ffmpeg, lame, and then you can do something like
ffmpeg -i flashvid.flv -ar 44100 -ab 160 -ac 2 outfile.mp3
Colored Hat Stuff. New post about once a month
November 6, 2008 Leave a comment
Using ffmpeg, anything’s possible
Just install ffmpeg, lame, and then you can do something like
ffmpeg -i flashvid.flv -ar 44100 -ab 160 -ac 2 outfile.mp3