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
f5bae2c6
Commit
f5bae2c6
authored
Aug 19, 2011
by
Anton Khirnov
Committed by
Alex Converse
Aug 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/avconv: replace forgotten av by avconv.
Signed-off-by:
Alex Converse
<
alex.converse@gmail.com
>
parent
f60a6b58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avconv.texi
doc/avconv.texi
+2
-2
No files found.
doc/avconv.texi
View file @
f5bae2c6
...
@@ -68,7 +68,7 @@ specified for the inputs.
...
@@ -68,7 +68,7 @@ specified for the inputs.
@chapter Stream selection
@chapter Stream selection
@c man begin STREAM SELECTION
@c man begin STREAM SELECTION
By default av tries to pick the "best" stream of each type present in input
By default av
conv
tries to pick the "best" stream of each type present in input
files and add them to each output file. For video, this means the highest
files and add them to each output file. For video, this means the highest
resolution, for audio the highest channel count. For subtitle it's simply the
resolution, for audio the highest channel count. For subtitle it's simply the
first subtitle stream.
first subtitle stream.
...
@@ -686,7 +686,7 @@ It disables matching streams from already created mappings.
...
@@ -686,7 +686,7 @@ It disables matching streams from already created mappings.
For example, to map ALL streams from the first input file to output
For example, to map ALL streams from the first input file to output
@example
@example
av -i INPUT -map 0 output
av
conv
-i INPUT -map 0 output
@end example
@end example
For example, if you have two audio streams in the first input file,
For example, if you have two audio streams in the first input file,
...
...
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