Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
cb309922
Commit
cb309922
authored
Nov 16, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffprobe: factorize definition of writers syntax
The writers option syntax was unified.
parent
83cab07a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
ffprobe.texi
doc/ffprobe.texi
+3
-17
No files found.
doc/ffprobe.texi
View file @
cb309922
...
...
@@ -201,8 +201,9 @@ Read @var{input_file}.
A writer defines the output format adopted by @command
{
ffprobe
}
, and will be
used for printing all the parts of the output.
A writer may accept one or more arguments, which specify the options to
adopt.
A writer may accept one or more arguments, which specify the options
to adopt. The options are specified as a list of @var
{
key
}
=@var
{
value
}
pairs, separated by ":".
A description of the currently available writers follows.
...
...
@@ -221,9 +222,6 @@ keyN=valN
Metadata tags are printed as a line in the corresponding FORMAT or
STREAM section, and are prefixed by the string "TAG:".
This writer accepts options as a list of @var
{
key
}
=@var
{
value
}
pairs,
separated by ":".
A description of the accepted options follows.
@table @option
...
...
@@ -253,9 +251,6 @@ Metadata tags are printed in the corresponding "format" or "stream"
section. A metadata tag key, if printed, is prefixed by the string
"tag:".
This writer accepts options as a list of @var
{
key
}
=@var
{
value
}
pairs,
separated by ":".
The description of the accepted options follows.
@table @option
...
...
@@ -307,9 +302,6 @@ A free-form output where each line contains an explicit key=value, such as
directly embedded in sh scripts as long as the separator character is an
alphanumeric character or an underscore (see @var
{
sep
_
char
}
option).
This writer accepts options as a list of @var
{
key
}
=@var
{
value
}
pairs,
separated by ":".
The description of the accepted options follows.
@table @option
...
...
@@ -372,9 +364,6 @@ JSON based format.
Each section is printed using JSON notation.
This writer accepts options as a list of @var
{
key
}
=@var
{
value
}
pairs,
separated by ":".
The description of the accepted options follows.
@table @option
...
...
@@ -401,9 +390,6 @@ Note that the output issued will be compliant to the
(@option
{
unit
}
, @option
{
prefix
}
, @option
{
byte
_
binary
_
prefix
}
,
@option
{
sexagesimal
}
etc.) are specified.
This writer accepts options as a list of @var
{
key
}
=@var
{
value
}
pairs,
separated by ":".
The description of the accepted options follows.
@table @option
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment