Ubuntu HD VDR mittels Xine und VDPAU - NOAD

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
==NOAD==
+
==NOAD herunterladen==
  cd /data/installfiles/vdr
+
  cd /data/installfiles/vdrplugins
  git clone git://git.gekrumbel.de/noad.git
+
  wget http://noad.heliohost.org/noad-0.7.2.tar.bz2
mv noad/ noad.git-0.6.1-21-10-2008
+
  
 
===NOAD installieren===
 
===NOAD installieren===

Version vom 6. Juni 2010, 17:57 Uhr

Inhaltsverzeichnis

NOAD herunterladen

cd /data/installfiles/vdrplugins
wget http://noad.heliohost.org/noad-0.7.2.tar.bz2

NOAD installieren

cd /tmp/
cp -a /data/installfiles/vdr/noad.git-0.6.1-21-10-2008/ .
cd noad.git-0.6.1-21-10-2008/
./configure --with-ffmpeg && make && make install
cd /tmp
rm -r noad-0.6.1/

Konfiguration NOAD

cd /usr/local/bin
vi noadcall.sh

ADDOPTS="--ac3 --overlap --jumplogo --comments --OSD --asd --savelogo"
BEFOREOPTS="--statisticfile=/video/noadonlinestat"
AFTEROPTS="--backupmarks --statisticfile=/video/noadstat"

runvdr anpassen

-r "/usr/local/bin/noadcall.sh" \

Links

  1. NOAD Webseite