1Image::ExifTool::Real(3U)ser Contributed Perl DocumentatiIomnage::ExifTool::Real(3)
2
3
4
6 Image::ExifTool::Real - Read Real audio/video meta information
7
9 This module is used by Image::ExifTool
10
12 This module contains the routines required by Image::ExifTool to read
13 meta information in RealAudio (RA), RealMedia (RM, RV and RMVB) and
14 RealMedia Metafile (RAM and RPM) files.
15
17 There must be a bug in the software that wrote the Metadata used in the
18 test file t/images/Real.rm because the TrackLyricsDataSize word is
19 written little-endian, but the Real format is big-endian.
20
22 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
23
24 This library is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
28 <http://www.getid3.org/>
29 <https://common.helixcommunity.org/nonav/2003/HCS_SDK_r5/htmfiles/rmff.htm>
30
32 "Real Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
33
34
35
36perl v5.12.4 2011-01-03 Image::ExifTool::Real(3)