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
2acd5fb5
Commit
2acd5fb5
authored
Feb 12, 2013
by
Daniel Verkamp
Committed by
Michael Niedermayer
Feb 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/demuxers: quote command line arguments with @code
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
4f127915
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
demuxers.texi
doc/demuxers.texi
+5
-5
No files found.
doc/demuxers.texi
View file @
2acd5fb5
...
@@ -6,14 +6,14 @@ multimedia streams from a particular type of file.
...
@@ -6,14 +6,14 @@ multimedia streams from a particular type of file.
When you configure your FFmpeg build, all the supported demuxers
When you configure your FFmpeg build, all the supported demuxers
are enabled by default. You can list all available ones using the
are enabled by default. You can list all available ones using the
configure option
"--list-demuxers"
.
configure option
@code{--list-demuxers}
.
You can disable all the demuxers using the configure option
You can disable all the demuxers using the configure option
"--disable-demuxers"
, and selectively enable a single demuxer with
@code{--disable-demuxers}
, and selectively enable a single demuxer with
the option
"--enable-demuxer=@var{DEMUXER}"
, or disable it
the option
@code{--enable-demuxer=@var{DEMUXER}}
, or disable it
with the option
"--disable-demuxer=@var{DEMUXER}"
.
with the option
@code{--disable-demuxer=@var{DEMUXER}}
.
The option
"-formats"
of the ff* tools will display the list of
The option
@code{-formats}
of the ff* tools will display the list of
enabled demuxers.
enabled demuxers.
The description of some of the currently available demuxers follows.
The description of some of the currently available demuxers follows.
...
...
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