Ubuntu VDR DVB-S2 mittels Xine und VDPAU - ffmpeg

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
====x264 Codec herunterladen====
 
====x264 Codec herunterladen====
 
  cd /data/installfiles/ffmpeg
 
  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====
 
====ffmpeg herunterladen====

Version vom 23. August 2009, 13:44 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
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/