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
d5633dfc
Commit
d5633dfc
authored
Oct 31, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: document -dump_separator
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0c6c5d7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
codecs.texi
doc/codecs.texi
+9
-0
formats.texi
doc/formats.texi
+8
-0
No files found.
doc/codecs.texi
View file @
d5633dfc
...
@@ -1118,6 +1118,15 @@ instead of alpha. Default is 0.
...
@@ -1118,6 +1118,15 @@ instead of alpha. Default is 0.
@item codec_whitelist @var{list} (@emph{input})
@item codec_whitelist @var{list} (@emph{input})
"," separated List of allowed decoders. By default all are allowed.
"," separated List of allowed decoders. By default all are allowed.
@item dump_separator @var{string} (@emph{input})
Separator used to separate the fields printed on the command line about the
Stream parameters.
For example to separate the fields with newlines and indention:
@example
ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
@end example
@end table
@end table
@c man end CODEC OPTIONS
@c man end CODEC OPTIONS
...
...
doc/formats.texi
View file @
d5633dfc
...
@@ -172,6 +172,14 @@ is @code{0} (meaning that no offset is applied).
...
@@ -172,6 +172,14 @@ is @code{0} (meaning that no offset is applied).
@item format_whitelist @var{list} (@emph{input})
@item format_whitelist @var{list} (@emph{input})
"," separated List of allowed demuxers. By default all are allowed.
"," separated List of allowed demuxers. By default all are allowed.
@item dump_separator @var{string} (@emph{input})
Separator used to separate the fields printed on the command line about the
Stream parameters.
For example to separate the fields with newlines and indention:
@example
ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
@end example
@end table
@end table
@c man end FORMAT OPTIONS
@c man end FORMAT OPTIONS
...
...
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