Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1002)

Side by Side Diff: source/patched-ffmpeg-mt/doc/ffprobe-doc.texi

Issue 3384002: ffmpeg source update for sep 09 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/patched-ffmpeg-mt/doc/ffmpeg-doc.texi ('k') | source/patched-ffmpeg-mt/doc/filters.texi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \input texinfo @c -*- texinfo -*- 1 \input texinfo @c -*- texinfo -*-
2 2
3 @settitle FFprobe Documentation 3 @settitle FFprobe Documentation
4 @titlepage 4 @titlepage
5 @sp 7 5 @sp 7
6 @center @titlefont{FFprobe Documentation} 6 @center @titlefont{FFprobe Documentation}
7 @sp 3 7 @sp 3
8 @end titlepage 8 @end titlepage
9 9
10 @chapter Synopsis 10 @chapter Synopsis
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 and consists of one or more sections of the form: 43 and consists of one or more sections of the form:
44 @example 44 @example
45 [SECTION] 45 [SECTION]
46 key1=val1 46 key1=val1
47 ... 47 ...
48 keyN=valN 48 keyN=valN
49 [/SECTION] 49 [/SECTION]
50 @end example 50 @end example
51 51
52 Metadata tags stored in the container or in the streams are recognized 52 Metadata tags stored in the container or in the streams are recognized
53 and printed in the corresponding ``FORMAT'' or ``STREAM'' section, and 53 and printed in the corresponding "FORMAT" or "STREAM" section, and
54 are prefixed by the string ``TAG:''. 54 are prefixed by the string "TAG:".
55 55
56 @c man end 56 @c man end
57 57
58 @chapter Options 58 @chapter Options
59 @c man begin OPTIONS 59 @c man begin OPTIONS
60 60
61 @include fftools-common-opts.texi 61 @include fftools-common-opts.texi
62 62
63 @section Main options 63 @section Main options
64 64
65 @table @option 65 @table @option
66 66
67 @item -convert_tags 67 @item -convert_tags
68 Convert the tag names in the format container to the generic FFmpeg tag names. 68 Convert the tag names in the format container to the generic FFmpeg tag names.
69 69
70 @item -f @var{format} 70 @item -f @var{format}
71 Force format to use. 71 Force format to use.
72 72
73 @item -unit 73 @item -unit
74 Show the unit of the displayed values. 74 Show the unit of the displayed values.
75 75
76 @item -prefix 76 @item -prefix
77 Show a SI prefixes of the displayed values. 77 Use SI prefixes for the displayed values.
78 Unless ``-byte_binary_prefix'' option is used all the prefix 78 Unless the "-byte_binary_prefix" option is used all the prefixes
79 are decimal. 79 are decimal.
80 80
81 @item -byte_binary_prefix 81 @item -byte_binary_prefix
82 Force the use of binary prefixes for byte values. 82 Force the use of binary prefixes for byte values.
83 83
84 @item -sexagesimal 84 @item -sexagesimal
85 Use sexagesimal format HH:MM:SS.MICROSECONDS for time values. 85 Use sexagesimal format HH:MM:SS.MICROSECONDS for time values.
86 86
87 @item -pretty 87 @item -pretty
88 Prettify the format of the displayed values, it corresponds to the 88 Prettify the format of the displayed values, it corresponds to the
89 options ``-unit -prefix -byte_binary_prefix -sexagesimal''. 89 options "-unit -prefix -byte_binary_prefix -sexagesimal".
90 90
91 @item -show_format 91 @item -show_format
92 Show information about the container format of the input multimedia 92 Show information about the container format of the input multimedia
93 stream. 93 stream.
94 94
95 All the container format information is printed within a section with 95 All the container format information is printed within a section with
96 name ``FORMAT''. 96 name "FORMAT".
97 97
98 @item -show_packets 98 @item -show_packets
99 Show information about each packet contained in the input multimedia 99 Show information about each packet contained in the input multimedia
100 stream. 100 stream.
101 101
102 The information for each single packet is printed within a dedicated 102 The information for each single packet is printed within a dedicated
103 section with name ``PACKET''. 103 section with name "PACKET".
104 104
105 @item -show_streams 105 @item -show_streams
106 Show information about each media stream contained in the input 106 Show information about each media stream contained in the input
107 multimedia stream. 107 multimedia stream.
108 108
109 Each media stream information is printed within a dedicated section 109 Each media stream information is printed within a dedicated section
110 with name ``STREAM''. 110 with name "STREAM".
111 111
112 @end table 112 @end table
113 @c man end 113 @c man end
114 114
115 @include protocols.texi 115 @include protocols.texi
116 @include indevs.texi 116 @include indevs.texi
117 117
118 @ignore 118 @ignore
119 119
120 @setfilename ffprobe 120 @setfilename ffprobe
121 @settitle FFprobe media prober 121 @settitle FFprobe media prober
122 122
123 @c man begin SEEALSO 123 @c man begin SEEALSO
124 ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation 124 ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation
125 @c man end 125 @c man end
126 126
127 @c man begin AUTHORS 127 @c man begin AUTHORS
128 The FFmpeg developers 128 The FFmpeg developers
129 @c man end 129 @c man end
130 130
131 @end ignore 131 @end ignore
132 132
133 @bye 133 @bye
OLDNEW
« no previous file with comments | « source/patched-ffmpeg-mt/doc/ffmpeg-doc.texi ('k') | source/patched-ffmpeg-mt/doc/filters.texi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698