Ubuntu HD VDR mittels Xine und VDPAU - NOAD

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 22: Zeile 22:
 
===runvdr anpassen===
 
===runvdr anpassen===
 
  -r "/usr/local/bin/noadcall.sh" \
 
  -r "/usr/local/bin/noadcall.sh" \
 +
 +
==Links==
 +
# [http://noad.heliohost.org/ NOAD Webseite]
  
 
[[Kategorie:Ubuntu]]
 
[[Kategorie:Ubuntu]]
 
[[Kategorie:Installationsanleitungen]]
 
[[Kategorie:Installationsanleitungen]]
 
[[Kategorie:HDTV]]
 
[[Kategorie:HDTV]]

Version vom 6. Juni 2010, 17:56 Uhr

Inhaltsverzeichnis

NOAD

cd /data/installfiles/vdr
git clone git://git.gekrumbel.de/noad.git
mv noad/ noad.git-0.6.1-21-10-2008

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