Image-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
mNo edit summary
Line 13: Line 13:
==Installation==
==Installation==
To install netpbm
To install netpbm
cd $SOURCEDIR
<pre>
tar -xvzf netpbm-<VERSION>.tgz
cd $SOURCEDIR
tar -xvzf netpbm-<VERSION>.tgz
cd netpbm-<VERSION>
./configure
cd netpbm-<VERSION>
make
./configure
make
make package
# install prefix (/usr/local/netpbm) ==> /usr/local
make package
^^^^^^^^^^
# install prefix (/usr/local/netpbm) ==> /usr/local
./installnetpbm
^^^^^^^^^^
rm -r /tmp/netpbm
./installnetpbm
rm -r /tmp/netpbm
</pre>


copy imageplugin.sh
copy imageplugin.sh
cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin
<pre>
cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin
</pre>


See [[plugin installation]]
See [[plugin installation]]
Line 35: Line 31:
==Configuration==
==Configuration==
Alter '''/usr/bin/imageplugin.sh'''
Alter '''/usr/bin/imageplugin.sh'''
- #PATH=/usr/local/bin:$PATH
<pre>
- #PATH=/usr/local/bin:$PATH
+ PATH=/usr/local/bin:$PATH
+ PATH=/usr/local/bin:$PATH
</pre>


For more information see the README file.
For more information see the README file.

Revision as of 22:32, 30 November 2004

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://www.deltab.de/vdr/image.html Plugin homepage
[2] http://netpbm.sourceforge.net Netpbm projektsite on SourceForge
[3] ftp://ftp.astron.com Ftp "file"
[4] http://ffmpeg.sourceforge.net FFMPEG homepage