Touchtft-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
K (→Bilder) |
|||
| Zeile 20: | Zeile 20: | ||
* {{wikipedia|FFmpeg}} | * {{wikipedia|FFmpeg}} | ||
* imlib2 | * imlib2 | ||
| − | |||
==Installation== | ==Installation== | ||
<!-- ===Optionen=== --> | <!-- ===Optionen=== --> | ||
<!-- ===Patches=== --> | <!-- ===Patches=== --> | ||
| + | |||
===Source=== | ===Source=== | ||
* imlib2 | * imlib2 | ||
| Zeile 63: | Zeile 63: | ||
==Konfiguration== | ==Konfiguration== | ||
| − | + | cp -r $SOURCEDIR/VDR/PLUGINS/src/touchtft/touchTFT [[Struktur|$VDRCONFIG]]/plugins | |
| − | + | <!-- ===Einstellungen=== --> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Parameter=== | ===Parameter=== | ||
{| class="wikitable" | {| class="wikitable" | ||
Version vom 20. August 2006, 14:50 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en):
Bilder
Hardwareanforderungen
Softwareanforderungen
- FFmpeg
- imlib2
Installation
Source
- imlib2
cd $SOURCEDIR tar xvzf imlib2-<VERSION>.tar.gz cd imlib2-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
- FFMPEG
cd $SOURCEDIR
tar xvzf ffmpeg-<VERSION>.tar.gz
ln -s ffmpeg-<VERSION> ffmpeg
cd ffmpeg
./configure --prefix=/usr/local \
--enable-shared
make
make install
ldconfig
Arch-Linux
pacman -S imlib2 ffmpeg
Crux
prt-get depinst imlib2 ffmpeg
Debian
Quelle: http://www.vdrwiki.com/index.php/M%C3%B3dulo_osdpip
apt-get install libimlib2-dev ffmpeg libavcodeccvs libavcodeccvs-dev
Gentoo
emerge a52dec imlib2 ffmpeg
SuSE
yast -i imlib2-devel <BITTE ERGÄNZEN>
Konfiguration
cp -r $SOURCEDIR/VDR/PLUGINS/src/touchtft/touchTFT $VDRCONFIG/plugins
Parameter
| Parameter (kurz) | Parameter (lang) | Beschreibung |
|---|---|---|
| -d <DEV> | --device=<DEV> | Gerätedatei z.B.: /dev/fb0 oder für VDR-Dev.: vdr/1 |