|
Convert FLV (e.g. YouTube) files to AVI files
This is how you can convert those FLV files to AVI files.
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure
make
make install
cd ~
ffmpeg -i input.flv output.avi
Use a browser plug-in to download FLV files (e.g. YouTube).
- Scotech
|