Pcd-plugin

From VDR Wiki
Revision as of 11:50, 25 November 2013 by Wirbel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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