Ubuntu VDR DVB-S2 mittels Xine und VDPAU - ffmpeg

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Downloadverzeichnis erstellen

mkdir -p /data/installfiles/ffmpeg

Installation ffmpeg

x264 Codec herunterladen

cd /data/installfiles/ffmpeg
wget ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090822-2245.tar.bz2
tar -xjf x264-snapshot-20090822-2245.tar.bz2
cd x264-snapshot-20090822-2245/
./configure --enable-shared && make && make install 

ffmpeg herunterladen

cd /data/installfiles/ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
mv ffmpeg/ ffmpeg-cvs-rev19686
tar -czf ffmpeg-cvs-rev19686.tar.gz ffmpeg-cvs-rev19686/