Inhaltsverzeichnis

lame für squeeze

deb http://www.debian-multimedia.org/ squeeze main

alsaconf

unter Squeeze ist 'alsaconf' nicht mehr vorhanden, das wurde durch 'alsactl init' ersetzt.

alsa-base.conf

Die Konfigurationsdatei 'alsa-base.conf' liegt unter '/etc/modprobe.d'.

mp4 File erstellen (H264-Codec)

ffmpeg -i x.ogv -vcodec libx264 -level 12 -f mp4 -acodec libfaac -ab 56 -ac 2 -ar 48000 x.mp4

ffmpeg -i x.mp4 -s 640×480 -b 1024k -acodec libvorbis -vcodec libtheora x.ogv