Image-ExifTool
view release on metacpan or search on metacpan
lib/Image/ExifTool/EXE.pm view on Meta::CPAN
0x9041 => 'Mitsubishi M32R little endian',
0xaa64 => 'ARM64 little endian',
0xc0ee => 'clr pure MSIL',
0x0cef => 'CEF',
0xec20 => 'Dotnet 0xEC20'
},
},
2 => { Name => 'TimeStamp', %int32uTime },
9 => {
Name => 'ImageFileCharacteristics',
# ref https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-image_file_header
PrintConv => { BITMASK => {
0 => 'No relocs',
1 => 'Executable',
2 => 'No line numbers',
3 => 'No symbols',
4 => 'Aggressive working-set trim',
5 => 'Large address aware',
7 => 'Bytes reversed lo',
8 => '32-bit',
9 => 'No debug',
lib/Image/ExifTool/Microsoft.pm view on Meta::CPAN
WhiteBalance2 => { Writable => 'real' },
Brightness => { Avoid => 1 },
Contrast => { Avoid => 1 },
CameraModelID => { Avoid => 1 },
ExposureCompensation => { Avoid => 1 },
PipelineVersion => { },
StreamType => { },
);
# Microsoft Photo 1.2 schema properties (MP) (ref PH)
# (also ref http://msdn.microsoft.com/en-us/library/windows/desktop/ee719905(v=vs.85).aspx)
my %sRegions = (
STRUCT_NAME => 'Microsoft Regions',
NAMESPACE => 'MPReg',
NOTES => q{
Note that PersonLiveIdCID element is called PersonLiveCID according to the
Microsoft specification, but in practice their software actually writes
PersonLiveIdCID, so ExifTool uses this too.
},
Rectangle => { },
PersonDisplayName => { },
lib/Image/ExifTool/Microsoft.pm view on Meta::CPAN
RegionInfoDateRegionsValid => { Flat => 1, Name => 'RegionInfoDateRegionsValid' },
# shorten flattened Regions tag names to make them easier to use
RegionInfoRegionsRectangle => { Flat => 1, Name => 'RegionRectangle' },
RegionInfoRegionsPersonDisplayName => { Flat => 1, Name => 'RegionPersonDisplayName' },
RegionInfoRegionsPersonEmailDigest => { Flat => 1, Name => 'RegionPersonEmailDigest' },
RegionInfoRegionsPersonLiveIdCID => { Flat => 1, Name => 'RegionPersonLiveIdCID' },
RegionInfoRegionsPersonSourceID => { Flat => 1, Name => 'RegionPersonSourceID' },
);
# Xtra tags written in MP4 files written by Microsoft Windows Media Player
# (ref http://msdn.microsoft.com/en-us/library/windows/desktop/dd562330(v=VS.85).aspx)
# Note: These tags are closely related to tags in Image::ExifTool::ASF::ExtendedDescr
# and Image::ExifTool::WTV::Metadata
%Image::ExifTool::Microsoft::Xtra = (
PROCESS_PROC => \&ProcessXtra,
WRITE_PROC => \&WriteXtra,
CHECK_PROC => \&CheckXtra,
WRITE_GROUP => 'Microsoft',
AVOID => 1,
GROUPS => { 0 => 'QuickTime', 2 => 'Video' },
VARS => { NO_ID => 1 },
lib/Image/ExifTool/Microsoft.pm view on Meta::CPAN
},
'WM/Genre' => 'Genre',
'WM/GenreID' => 'GenreID',
'WM/InitialKey' => { Name => 'InitialKey', Writable => 'Unicode' },
'WM/Language' => 'Language',
'WM/Lyrics' => 'Lyrics',
'WM/MCDI' => 'MCDI',
'WM/MediaClassPrimaryID' => {
Name => 'MediaClassPrimaryID',
Writable => 'GUID',
PrintConv => { #http://msdn.microsoft.com/en-us/library/windows/desktop/dd757960(v=vs.85).aspx
'D1607DBC-E323-4BE2-86A1-48A42A28441E' => 'Music',
'DB9830BD-3AB3-4FAB-8A37-1A995F7FF74B' => 'Video',
'01CD0F29-DA4E-4157-897B-6275D50C4F11' => 'Audio (not music)',
'FCF24A76-9A57-4036-990D-E35DD8B244E1' => 'Other (not audio or video)',
},
},
'WM/MediaClassSecondaryID' => {
Name => 'MediaClassSecondaryID',
Writable => 'GUID',
PrintConv => { #http://msdn.microsoft.com/en-us/library/windows/desktop/dd757960(v=vs.85).aspx
'E0236BEB-C281-4EDE-A36D-7AF76A3D45B5' => 'Audio Book',
'3A172A13-2BD9-4831-835B-114F6A95943F' => 'Spoken Word',
'6677DB9B-E5A0-4063-A1AD-ACEB52840CF1' => 'Audio News',
'1B824A67-3F80-4E3E-9CDE-F7361B0F5F1B' => 'Talk Show',
'1FE2E091-4E1E-40CE-B22D-348C732E0B10' => 'Video News',
'D6DE1D88-C77C-4593-BFBC-9C61E8C373E3' => 'Web-based Video',
'00033368-5009-4AC3-A820-5D2D09A4E7C1' => 'Sound Clip from Game',
'F24FF731-96FC-4D0F-A2F5-5A3483682B1A' => 'Song from Game',
'E3E689E2-BA8C-4330-96DF-A0EEEFFA6876' => 'Music Video',
'B76628F4-300D-443D-9CB5-01C285109DAF' => 'Home Movie',
lib/Image/ExifTool/QuickTime.pm view on Meta::CPAN
PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
GROUPS => { 2 => 'Video' },
FORMAT => 'int32u', # (actually 0.32 fixed point)
# 0 - version (high 8 bits) / flags (low 24 bits)
1 => { Name => 'ProjectionBoundsTop', ValueConv => '$val / 4294967296' },
2 => { Name => 'ProjectionBoundsBottom',ValueConv => '$val / 4294967296' },
3 => { Name => 'ProjectionBoundsLeft', ValueConv => '$val / 4294967296' },
4 => { Name => 'ProjectionBoundsRight', ValueConv => '$val / 4294967296' },
);
# 'btrt' atom information (ref http://lists.freedesktop.org/archives/gstreamer-commits/2011-October/054459.html)
%Image::ExifTool::QuickTime::Bitrate = (
PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
GROUPS => { 2 => 'Video' },
FORMAT => 'int32u',
PRIORITY => 0, # often filled with zeros
0 => 'BufferSize',
1 => 'MaxBitrate',
2 => 'AverageBitrate',
);
( run in 0.484 second using v1.01-cache-2.11-cpan-299005ec8e3 )