Diffstat (limited to 'doc/iii-extract-riff-chunk.1') (more/less context) (ignore whitespace changes)
-rw-r--r-- | doc/iii-extract-riff-chunk.1 | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/iii-extract-riff-chunk.1 b/doc/iii-extract-riff-chunk.1 new file mode 100644 index 0000000..5a9afeb --- a/dev/null +++ b/doc/iii-extract-riff-chunk.1 | |||
@@ -0,0 +1,79 @@ | |||
1 | .TH iii-extract-riff-chunk 1 "March 19th, 2011" "iii" "Klever Group (http://www.klever.net/)" | ||
2 | .hla en | ||
3 | |||
4 | .SH NAME | ||
5 | |||
6 | iii-extract-riff-chunk \- utility to extract chunks from RIFF files | ||
7 | |||
8 | .SH SYNOPSYS | ||
9 | |||
10 | \fBiii-extract-riff-chunk\fR | ||
11 | [\fB-h\fR] [\fB--help\fR] [\fB--usage\fR] | ||
12 | [\fB-V\fR] [\fB--version\fR] | ||
13 | [\fB-L\fR] [\fB--license\fR] | ||
14 | [\fB-1\fR] [\fB--first\fR] | ||
15 | <avi-file> <chunk-path> | ||
16 | |||
17 | .SH DESCRIPTION | ||
18 | |||
19 | The utility is designed to assist in extracting chunk from RIFF files. The main | ||
20 | (and only) reason why it was developed is to sort video files created by camera | ||
21 | by date. | ||
22 | |||
23 | .SH OPTIONS | ||
24 | |||
25 | .TP | ||
26 | \fB-1\fR, \fB--first\fR | ||
27 | Stop after extracting the first matching chunk. | ||
28 | .TP | ||
29 | \fB-h\fR, \fB--help\fR, \fB--usage\fR | ||
30 | Display short usage instructions and exit. | ||
31 | .TP | ||
32 | \fB-V\fR, \fB--version\fR | ||
33 | Report version and exit. | ||
34 | .TP | ||
35 | \fB-L\fR, \fB--license\fR | ||
36 | Show licensing terms. | ||
37 | |||
38 | .SH EXAMPLE | ||
39 | |||
40 | The command line invokation | ||
41 | |||
42 | \fBiii-extract-riff-chunk DSC_0001.AVI '/RIFF.AVI /LIST.ncdt/nctg'\fR | ||
43 | | dd bs=1 skip=82 count=19 2>/dev/null | ||
44 | |||
45 | produces output | ||
46 | |||
47 | YYYY:MM:DD HH:MM:SS | ||
48 | |||
49 | at least for my Nikon D90 recorded AVI files. | ||
50 | |||
51 | .SH AUTHOR | ||
52 | |||
53 | Written by Michael Krelin <hacker@klever.net> | ||
54 | |||
55 | .SH COPYRIGHT | ||
56 | |||
57 | Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) | ||
58 | |||
59 | Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
60 | this software and associated documentation files (the "Software"), to deal in | ||
61 | the Software without restriction, including without limitation the rights to | ||
62 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
63 | of the Software, and to permit persons to whom the Software is furnished to do | ||
64 | so, subject to the following conditions: | ||
65 | |||
66 | The above copyright notice and this permission notice shall be included in all | ||
67 | copies or substantial portions of the Software. | ||
68 | |||
69 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
70 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
71 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
72 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
73 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
74 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
75 | SOFTWARE. | ||
76 | |||
77 | .SH BUGS | ||
78 | |||
79 | You tell me. Send reports to <iii-bugs@klever.net> | ||