Album

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

WARNING: This Makefile will install user accessible scripts.
The location for these scripts is $installscript.
You may consider to pass INSTALLSCRIPT=$usrbin (or some other
convenient location) to "make install".
EOD

print STDERR <<EOD;

This program requires some helper programs.

  jpegtran    will be used to rotate JPEG files loslessly.
	      If missing, JPEG files will be rotated by ImageMagick,
	      with possible loss of information.
EOD
checkexec("jpegtran");

print STDERR <<EOD;

  mencoder    is needed to manipulate MPEG files.
	      If missing, MPEG movies will be copied, and cannot be rotated.
EOD

README.md  view on Meta::CPAN

Images can be handled 'in situ', or imported from e.g. a CD-ROM or
digital camera. Optionally, EXIF information from digital camera files
can be taken into account.

Web site: https://www.squirrel.nl/people/jvromans/Album/index.html

# Helper programs

This program requires some helper programs for certain tasks.

*  `jpegtran`    will be used to rotate JPEG files loslessly.
	      If missing, JPEG files will be rotated by ImageMagick,
	      with possible loss of information.
*  `mencoder`    is needed to manipulate MPEG files.
	      If missing, MPEG files will be copied without
	      processing. They cannot be rotated, and may not be
	      playable on your mpeg player.
*  `mplayer`     is needed to extract a still from MPEG movies, and to 
	      extract audio from VOICE files.
	      If missing, no stills will be produced, and VOICE files
	      will remain silent.

lib/Album.pm  view on Meta::CPAN

install as well.

=back

The following tools / packages will be used if available:

=over 4

=item *

jpegtrans, a tool for lossless JPEG rotation

=item *

mplayer, to manipulate MPEG movies and VOICE images

=item *

mencoder, to manipulate MPEG movies

=back



( run in 1.005 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )