Trace: • hierarchies • typo3_basics • programming_extensions • code_samples • multimedia
Multimedia
ffmpeg under Debian Squeeze
Add this line to /etc/apt/sources.list
# Debian Multimedia Repository deb http://www.deb-multimedia.org squeeze main non-free
Then:
apt-get update apt-get install deb-multimedia-keyring
And finally:
apt-get install mplayer mencoder ffmpeg flvtool2
Test this with (for instance):
ffmpeg -i barsandtone.flv barsandtone.mp3 -vn
Download the test file here: barsandtone.mp3
You are here: start » linux » multimedia