1Image::ExifTool::RIFF(3U)ser Contributed Perl DocumentatiIomnage::ExifTool::RIFF(3)
2
3
4
6 Image::ExifTool::RIFF - Read RIFF/AVI/WAV meta information
7
9 This module is used by Image::ExifTool
10
12 This module contains routines required by Image::ExifTool to extract
13 information from RIFF-based (Resource Interchange File Format) files,
14 including AVI videos, WAV audio files and WEBP images.
15
17 Copyright 2003-2019, Phil Harvey (phil at owl.phy.queensu.ca)
18
19 This library is free software; you can redistribute it and/or modify it
20 under the same terms as Perl itself.
21
23 <http://www.exif.org/Exif2-2.PDF>
24 <http://www.vlsi.fi/datasheets/vs1011.pdf>
25 <http://www.music-center.com.br/spec_rif.htm>
26 <http://www.codeproject.com/audio/wavefiles.asp>
27 <http://msdn.microsoft.com/archive/en-us/directx9_c/directx/htm/avirifffilereference.asp>
28 <http://wiki.multimedia.cx/index.php?title=TwoCC>
29 <https://developers.google.com/speed/webp/docs/riff_container>
30 <https://tech.ebu.ch/docs/tech/tech3306-2009.pdf>
31
33 "RIFF Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
34
35
36
37perl v5.30.0 2019-10-10 Image::ExifTool::RIFF(3)