Digital Sundries

Assorted Thoughts in a Shrinking World

Stuff I Always Lose

2009-11-10 by derrell, tagged as notes

Decided to start adding some things here that I always end up having to google for every time I need them. They will all be tagged as notes so maybe I keep this somewhere that I'll remember.

First off the ffmpeg command line to get an mp3 out of a flash video.

ffmpeg -i video.flv -ar 44100 -ab 160k -ac 2 file.mp3

Posted Tuesday 10:16 PM