Pcd-plugin: Difference between revisions
Jump to navigation
Jump to search
(initial) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
==Installation== |
==Installation== |
||
To install FFMPEG |
To install FFMPEG |
||
⚫ | |||
<pre> |
|||
tar xvzf ffmpeg-<VERSION>.tar.gz |
|||
⚫ | |||
ln -s ffmpeg-<VERSION> ffmpeg |
|||
cd ffmpeg |
|||
⚫ | |||
cd ffmpeg |
|||
⚫ | |||
⚫ | |||
make |
|||
⚫ | |||
make |
make install |
||
⚫ | |||
make install |
|||
⚫ | |||
</pre> |
|||
See [[plugin installation]]. |
See [[plugin installation]]. |
||
Line 38: | Line 36: | ||
|} |
|} |
||
⚫ | |||
{{i18n|pcd-plugin}} |
|||
⚫ | |||
<!-- Link to german wiki page --> |
|||
[[de:Pcd-plugin]] |
Latest revision as of 11:50, 25 November 2013
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 |