~ubuntu-branches/ubuntu/karmic/libimage-exiftool-perl/karmic

« back to all changes in this revision

Viewing changes to lib/Image/ExifTool/MPEG.pm

  • Committer: Bazaar Package Importer
  • Author(s): Mari Wang
  • Date: 2008-02-04 20:32:53 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080204203253-mpbal8trlfe1fz5d
Tags: 7.00-1
* Upload of new production release (Closes: #456430)
* Added Recommends: libcompress-zlib-perl (Closes: #435589)
* Package now includes iptc2xmp.args and xmp2iptc.args, they are put
  into /usr/share/libimage-exiftool/ (Closes: #436100)
* Updated standards-version (3.7.2 -> 3.7.3). No changes needed.
* Lots of updates and bugfixes compared to last debian version
  (6.90).  See the Changes file for details
* Upload sponsored by Petter Reinholdtsen

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
use vars qw($VERSION);
16
16
use Image::ExifTool qw(:DataAccess :Utils);
17
17
 
18
 
$VERSION = '1.03';
 
18
$VERSION = '1.04';
19
19
 
20
20
%Image::ExifTool::MPEG::Audio = (
21
21
    GROUPS => { 2 => 'Audio' },
313
313
            0 => 'FileSize',
314
314
        },
315
315
        Desire => {
316
 
            1 => 'AudioBitrate',
317
 
            2 => 'VideoBitrate',
 
316
            1 => 'MPEG:AudioBitrate',
 
317
            2 => 'MPEG:VideoBitrate',
318
318
        },
319
319
        # calculate duration as file size divided by total bitrate
320
320
        # (note: this is only approximate!)