Pcd-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 11: | Line 11: | ||
==Installation== | ==Installation== | ||
To install FFMPEG | To install 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 \ |
| - | ./configure --prefix=/usr/local \ | + | --enable-shared |
| - | + | make | |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
See [[plugin installation]]. | See [[plugin installation]]. | ||
| Line 37: | Line 35: | ||
| FFMPEG homepage | | FFMPEG homepage | ||
|} | |} | ||
| - | |||
[[Category:Plugins]] | [[Category:Plugins]] | ||
Revision as of 22:46, 30 November 2004
Contents |
Description
With the PCD plugin PhotoCDs can be viewed.
Hardware requirements
- DVD/CD drive
Software requirements
- FFMPEG
Installation
To install 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
See plugin installation.
Problems
Links
| [1] | http://vdr.heiligenmann.de | Plugin homepage |
| [2] | http://ffmpeg.sourceforge.net | FFMPEG homepage |
