Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::quicktime(3) [suse man page]

Image::ExifTool::QuickTime(3)				User Contributed Perl Documentation			     Image::ExifTool::QuickTime(3)

NAME
Image::ExifTool::QuickTime - Read QuickTime and MP4 meta information SYNOPSIS
This module is used by Image::ExifTool DESCRIPTION
This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video, and M4A audio files. AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://developer.apple.com/documentation/QuickTime/> http://search.cpan.org/dist/MP4-Info-1.04/ <http://search.cpan.org/dist/MP4-Info-1.04/> http://www.geocities.com/xhelmboyx/quicktime/formats/mp4-layout.txt <http://www.geocities.com/xhelmboyx/quicktime/formats/mp4-layout.txt> <http://wiki.multimedia.cx/index.php?title=Apple_QuickTime> http://atomicparsley.sourceforge.net/mpeg-4files.html <http://atomicparsley.sourceforge.net/mpeg-4files.html> <http://wiki.multimedia.cx/index.php?title=QuickTime_container> <http://code.google.com/p/mp4v2/wiki/iTunesMetadata> <http://www.canieti.com.mx/assets/files/1011/IEC_100_1384_DC.pdf> SEE ALSO
"QuickTime Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.1 2010-03-09 Image::ExifTool::QuickTime(3)

Check Out this Related Man Page

Image::ExifTool::CanonRaw(3)				User Contributed Perl Documentation			      Image::ExifTool::CanonRaw(3)

NAME
Image::ExifTool::CanonRaw - Read Canon RAW (CRW) meta information SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
This module contains definitions required by Image::ExifTool to interpret meta information from Canon CRW raw files. These files are written directly by some Canon cameras, and contain meta information similar to that found in the EXIF Canon maker notes. NOTES
The CR2 format written by some Canon cameras is very different the CRW format processed by this module. (CR2 is TIFF-based and uses standard EXIF tags.) AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.cybercom.net/~dcoffin/dcraw/> <http://www.wonderland.org/crw/> <http://xyrion.org/ciff/> <http://owl.phy.queensu.ca/~phil/exiftool/canon_raw.html> ACKNOWLEDGEMENTS
Thanks to Dave Nicholson for decoding a number of new tags. SEE ALSO
"CanonRaw Tags" in Image::ExifTool::TagNames, Image::ExifTool::Canon(3pm), Image::ExifTool(3pm) perl v5.12.1 2010-01-04 Image::ExifTool::CanonRaw(3)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Quick Question

Hi, I am new to UNIX, and am learning from this tutorial : http://www.ee.surrey.ac.uk/Teaching/Unix/index.html It keeps telling me to files downloaded from the internet (like .txt files) to the directory, and I dont know how to. How do I add .txt files to my directory? Thanks. (6 Replies)
Discussion started by: IAMTHEEVILBEAN
6 Replies

2. UNIX for Dummies Questions & Answers

Help is Hear

i made a program called Unix Unlocked for mac osx networks / home computers safe yes you can get it at my site www.geocities.com/huntermadison2002/unix.html :) you can sen me new bits of coad that i will try to run on it at my forms (0 Replies)
Discussion started by: thepicoman
0 Replies

3. Shell Programming and Scripting

sed and awk

Good morning, Any idea how to repalce this sed or awk? file:10:no:1011 file:10:file:1011 data:10:say:1011 data:10:data:1011 output: file:10:yes:1011 file:10:yes:1011 data:10:yes:1011 data:10:yes:1011 (16 Replies)
Discussion started by: invinzin21
16 Replies

4. UNIX for Dummies Questions & Answers

Using vi to look at video files

Is there a way to look at mpeg files using vi in a human readable format? Is there a flag that i can use? (3 Replies)
Discussion started by: vedder191
3 Replies

5. UNIX and Linux Applications

Convert .mp4 to .avi

Hello, I need software to convert multimedia files. What is the good software? I was looking for it on the web, but I did not find any special. Thanks... (1 Reply)
Discussion started by: feliks
1 Replies

6. Linux

download with youtube-dl the HQ MP4 (not FLV)

Hi Howto download with youtube-dl the HQ MP4? Per default it always downloads FLV and in manual there is no option described for MP4. $ aptitude show youtube-dl Package: youtube-dl New: yes State: installed Automatically installed: no Version: 2010.04.04-1 Priority: extra Section:... (1 Reply)
Discussion started by: slashdotweenie
1 Replies

7. Shell Programming and Scripting

total size

I have a directory that contains files like aaa-2010-05-30.txt ddd-2010-05-30.txt www-2010-05-30.txt i have total 2000 files, i need to calculate total size of files for *2010-05-30.txt like aaa-2010-05-30.txt 200MB ddd-2010-05-30.txt 10GB www-2010-05-30.txt 4GB Total 14.2 GB... (5 Replies)
Discussion started by: learnbash
5 Replies

8. Shell Programming and Scripting

Comparing fields in 1 file to another file

Need help with doing field comparisons. File1 204.11.23.1 fastmovie.mp4 209.13.1.1 slowmovie.mp4 file 2 NY USA 201.1.1.1 200 freemovie.mp4 CA USA 204.11.23.1 404 notfastmovie.mp4 CA USA 204.11.23.1 200 fastmovie.mp4 basically need to take the first file and find exact matches in... (10 Replies)
Discussion started by: satcon25
10 Replies

9. Shell Programming and Scripting

Bash script errors when executing

I'm working on a script that will search through a directory for MKV files and remux them to MP4. I found a few other scripts around the net that do this, but they all have limitations that don't always get the job done. The main limitation I've found is that most scripts look for the video track... (2 Replies)
Discussion started by: rayne127
2 Replies

10. Post Here to Contact Site Administrators and Moderators

Not a UNIX post!

https://www.unix.com/search.php?searchid=1566805 Moderator intervention needed. (3 Replies)
Discussion started by: hicksd8
3 Replies

11. Shell Programming and Scripting

How to find the length of MP4 file in cygwin?

Hi, Apologies if I'm posting in wrong section. How can I find length (duration) of MP4 videos and m4a audio files on cygwin? I heard about mediainfo, ffmpeg, avconv utilities on Linux platform but not sure if they work (or available) on cygwin. Please advise, TIA (1 Reply)
Discussion started by: prvnrk
1 Replies

12. Shell Programming and Scripting

Pattern matching

hi i need your help in pattern matching for example if i hit the below url: http://html.net/page.php?id=1254 it has to redirect http://html.net/page.php/?id=1254 append / before the query. i tried below code and not working <If $uri =~ '^/(.*)(page.php)()$' and defined $query gt... (2 Replies)
Discussion started by: raghur77
2 Replies

13. Shell Programming and Scripting

While loop is running only for the first iteration

Hello, I've written a script to automate encoding of all the MP4 files in a directory (incl. subdirectories). But unfortunately it's running for the first MP4 file only. My machine details: root@Ubuntu16:~# uname -a Linux Ubuntu16 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48... (2 Replies)
Discussion started by: prvnrk
2 Replies