Osdpip-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(→‎Links: i18n)
Line 38: Line 38:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|osdpip-plugin}}
<!-- Link to german wiki page -->
[[de:Osdpip-plugin]]

Revision as of 16:48, 13 March 2006

Description

Screenshot

The OSDPIP plugin provides a picture in picture. That means it show another channel in s small OSD window above the normal screen.

Since one DVB card can only receive channel of one transponder, a second card for more freedom is recommended.

Hardware requirements

Software requirements

  • ffmpeg 0.4.8

Installation

For the installation of 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

For the plugin see plugin installation.

Problems

Links

[2] http://www.magoa.net/linux/index.php?view=osdpip Plugin homepage
[1] http://ffmpeg.sourceforge.net FFmpeg homepage