Pvr350-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Wirbel (Diskussion | Beiträge) (Die fehlende Radiofunktion hängt an ivtv, nicht am Plugin.) |
|||
Zeile 6: | Zeile 6: | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* ivtv Treiber mit [[Patch]] | * ivtv Treiber mit [[Patch]] | ||
+ | * ffmpeg | ||
==Installation== | ==Installation== | ||
− | + | <pre>cd $SOURCEDIR | |
− | + | tar xvzf ffmpeg-0.4.8.tar.gz | |
+ | ln -s ffmpeg-0.4.8 ffmpeg | ||
+ | cd ffmpeg | ||
+ | ./configure --prefix=/usr/local --enable-shared | ||
+ | make | ||
+ | make install | ||
+ | ldconfig</pre> | ||
==Probleme== | ==Probleme== | ||
* Funktioniert noch nicht mit dem DVD-Plugin | * Funktioniert noch nicht mit dem DVD-Plugin | ||
* ivtv friert manchmal das System ein | * ivtv friert manchmal das System ein | ||
− | |||
==Links== | ==Links== | ||
{| | {| | ||
Zeile 24: | Zeile 30: | ||
|- | |- | ||
| [3] | | [3] | ||
+ | | http://ffmpeg.sourceforge.net | ||
+ | | FFmpeg Homepage | ||
+ | |- | ||
+ | | [4] | ||
| http://www.rst38.org.uk/vdr/pvr350 | | http://www.rst38.org.uk/vdr/pvr350 | ||
| Homepage des Plugins | | Homepage des Plugins | ||
|} | |} |
Version vom 9. September 2004, 08:34 Uhr
Inhaltsverzeichnis |
Beschreibung
Das PVR350-Plugin lässt VDR den TV-Ausgang einer PVR350 als Ausgabegerät benutzen. Die PVR350 wird damit in Systemen ohne DVB-Karte zu einer Alternative zur Dxr3-Karte, da das OSD eine wesentlich bessere Qualität hat als das der Dxr3.
Hardwareanforderungen
- Eine PVR350 TV-Karte von Hauppauge
Softwareanforderungen
- ivtv Treiber mit Patch
- ffmpeg
Installation
cd $SOURCEDIR tar xvzf ffmpeg-0.4.8.tar.gz ln -s ffmpeg-0.4.8 ffmpeg cd ffmpeg ./configure --prefix=/usr/local --enable-shared make make install ldconfig
Probleme
- Funktioniert noch nicht mit dem DVD-Plugin
- ivtv friert manchmal das System ein
Links
[1] | http://ivtv.sourceforge.net | IVTV Homepage |
[2] | http://kmos.org/~ckennedy/ivtv | Chris Kennedy's IVTV Patches |
[3] | http://ffmpeg.sourceforge.net | FFmpeg Homepage |
[4] | http://www.rst38.org.uk/vdr/pvr350 | Homepage des Plugins |