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
082d5235
Commit
082d5235
authored
Aug 13, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix toolname
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b8e4c11d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmpeg.texi
doc/ffmpeg.texi
+1
-1
fftools-common-opts.texi
doc/fftools-common-opts.texi
+1
-1
No files found.
doc/ffmpeg.texi
View file @
082d5235
...
...
@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
To pick the English audio stream:
@example
avconv
-i INPUT -map 0:m:language:eng OUTPUT
ffmpeg
-i INPUT -map 0:m:language:eng OUTPUT
@end example
Note that using this option disables the default mappings for this output file.
...
...
doc/fftools-common-opts.texi
View file @
082d5235
...
...
@@ -51,7 +51,7 @@ Matches streams with the metadata tag @var{key} having the specified value. If
@var{value} is not given, matches streams that contain the given tag with any
value.
Note that in @command{
avconv
}, matching by metadata will only work properly for
Note that in @command{
ffmpeg
}, matching by metadata will only work properly for
input files.
@end table
...
...
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