DVD::Read::Dvd - DVD access using libdvdread


DVD-Read documentation  | view source Contained in the DVD-Read distribution.

Index


NAME

Top

DVD::Read::Dvd - DVD access using libdvdread

SYNOPSIS

Top

  use DVD::Read::Dvd;
  my $dvd = DVD::Read::Dvd->new('/dev/cdrom');
  print $dvd->volid;

DESCRIPTION

Top

This module allow to get information from Video DVD using the dvdread library.

CONSTANTS

Top

BLOCK_SIZE

Return the logical DVD block size

FUNCTIONS

Top

new($device)

Return a new DVD::Read::Dvd object over the $device.

$device can be a block devide, an iso file, a directory, or whatever supported by libdvdread.

volid

Return the DVD volume id, if possible (eg the device used is an iso image or a real device.

CAVEAT

Top

Most of C code come from mplayer and transcode (tcprobe).

Thanks authors of these modules to provide it as free software.

As this software are under another license, and this module reuse code from it, the Perl license is maybe not appropriate.

Just mail me if this is a problem.

SEE ALSO

Top

DVD::Read::Dvd
DVD::Read::Dvd::Ifo

AUTHOR

Top

Olivier Thauvin <nanardon@nanardon.zarb.org>

COPYRIGHT AND LICENSE

Top


DVD-Read documentation  | view source Contained in the DVD-Read distribution.