Osdpip-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 12: | Line 12: | ||
==Installation== | ==Installation== | ||
For the installation of ffmpeg | For the installation of ffmpeg | ||
| - | + | 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 | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
Revision as of 22:45, 30 November 2004
Contents |
Description
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
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 |
