Image-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
mNo edit summary
(Adjust Links)
Line 53: Line 53:
{|
{|
| [1]
| [1]
| http://www.deltab.de/vdr/image.html
| http://vdr-image.berlios.de/
| Plugin homepage
| Plugin homepage
|-
|-
Line 61: Line 61:
|-
|-
| [3]
| [3]
| ftp://ftp.astron.com
| Ftp "file"
|-
| [4]
| http://ffmpeg.sourceforge.net
| http://ffmpeg.sourceforge.net
| FFMPEG homepage
| FFMPEG homepage
|}
|-
| [4]
| ftp://ftp.astron.com
| Ftp "file"
|}[[Kategorie:Plugins]]


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 10:07, 7 August 2005

Description

Screenshot

The image plugin displays images in varies formats (e.g. JPEG, PNG, TIFF,...).

Hardware requirements

  • slightly faster computer (>500MHz)

Software requirements

  • netpbm > 10.0
  • sharutils
  • file (should be included in every distribution)

Installation

To install netpbm

cd $SOURCEDIR
tar -xvzf netpbm-<VERSION>.tgz
cd netpbm-<VERSION>
./configure
make
make package
# install prefix (/usr/local/netpbm) ==> /usr/local
                                         ^^^^^^^^^^
./installnetpbm
rm -r /tmp/netpbm

copy imageplugin.sh

cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin

See plugin installation

Configuration

Alter /usr/bin/imageplugin.sh

- #PATH=/usr/local/bin:$PATH
+ PATH=/usr/local/bin:$PATH

For more information see the README file.

Parameter

Parameter (short) Parameter (long) Description
-m CMD --mount=CMD CMD to mount/unmount/eject image sources (default: mount.sh)
-C CMD --convert=CMD use CMD when converting Images (default: imageplugin.sh)

Problems

Links

[1] http://vdr-image.berlios.de/ Plugin homepage
[2] http://netpbm.sourceforge.net Netpbm projektsite on SourceForge
[3] http://ffmpeg.sourceforge.net FFMPEG homepage
[4] ftp://ftp.astron.com Ftp "file"

Kategorie:Plugins