Ubuntu VDR DVB-S2 mittels Xine und VDPAU - ffmpeg

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
  cd /data/installfiles/ffmpeg
 
  cd /data/installfiles/ffmpeg
 
  wget ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090822-2245.tar.bz2
 
  wget ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090822-2245.tar.bz2
 +
 +
====x264 Codec installieren====
 +
cd /data/installfiles/ffmpeg/
 
  tar -xjf x264-snapshot-20090822-2245.tar.bz2
 
  tar -xjf x264-snapshot-20090822-2245.tar.bz2
 
  cd x264-snapshot-20090822-2245/
 
  cd x264-snapshot-20090822-2245/

Version vom 23. August 2009, 13:45 Uhr

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

x264 Codec installieren

cd /data/installfiles/ffmpeg/
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/