Osdpip-plugin

From VDR Wiki

(Difference between revisions)
Jump to: navigation, search
(initial)
 
(7 intermediate revisions not shown)
Line 8: Line 8:
==Software requirements==
==Software requirements==
-
* ffmpeg
+
* ffmpeg 0.4.8
==Installation==
==Installation==
For the installation of ffmpeg
For the installation of ffmpeg
-
<pre>
+
cd $SOURCEDIR
-
cd $SOURCEDIR
+
tar xvzf ffmpeg-<VERSION>.tar.gz
-
tar xvzf ffmpeg-<VERSION>.tar.gz
+
ln -s ffmpeg-<VERSION> ffmpeg
-
ln -s ffmpeg-<VERSION> ffmpeg
+
cd ffmpeg
-
cd ffmpeg
+
./configure --prefix=/usr/local --enable-shared
-
./configure --prefix=/usr/local --enable-shared
+
make
-
make
+
make install
-
make install
+
ldconfig
-
ldconfig
+
-
</pre>
+
For the plugin see [[plugin installation]].
For the plugin see [[plugin installation]].
==Problems==
==Problems==
 +
* [http://www.vdr-portal.de/board/thread.php?threadid=76768 thread] for osdpip-0.0.10 an dxr3 card .
 +
* [http://www.vdr-portal.de/board/attachment.php?attachmentid=18698 Patch] for osdpip-0.0.10 an vdr-dxr3 card .
==Links==
==Links==
{|
{|
-
| [2]
+
| [1]
| http://www.magoa.net/linux/index.php?view=osdpip
| http://www.magoa.net/linux/index.php?view=osdpip
-
| Plugin homepage
+
| Plugin homepage (old versions)
|-
|-
-
| [1]
+
| [2]
| http://ffmpeg.sourceforge.net
| http://ffmpeg.sourceforge.net
| FFmpeg homepage
| FFmpeg homepage
 +
|-
 +
| [3]
 +
| http://home.arcor.de/andreas.regel/files/osdpip/
 +
| Version 0.0.10 for vdr 1.4.7 and 1.6.0
|}
|}
[[Category:Plugins]]
[[Category:Plugins]]
-
<!-- Link to german wiki page -->
+
{{i18n|osdpip-plugin}}
-
[[de:Osdpip-plugin]]</pre>
+

Latest revision as of 10:03, 28 September 2008

Contents

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

  • thread for osdpip-0.0.10 an dxr3 card .
  • Patch for osdpip-0.0.10 an vdr-dxr3 card .

Links

[1] http://www.magoa.net/linux/index.php?view=osdpip Plugin homepage (old versions)
[2] http://ffmpeg.sourceforge.net FFmpeg homepage
[3] http://home.arcor.de/andreas.regel/files/osdpip/ Version 0.0.10 for vdr 1.4.7 and 1.6.0
Personal tools
Participate