Ubuntu HD VDR mittels Xine und VDPAU - NOAD

Aus VDR Wiki
Wechseln zu: Navigation, Suche

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