CentOS Terminal – ffmpeg convert avi to flv

I do not take take credit for this. I found it here.

I need to convert some avi videos to flv for flash streaming. I really want to utilize my server which runs CentOS and had many cores.

The winning solution is the final line from the page:

ffmpeg -i input.avi -sameq -ar 44100 output.flv

Awesome!

Posted in Linux | Comments Off