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
18fd519f
Commit
18fd519f
authored
Oct 26, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording/grammar
Originally committed as revision 6797 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
de62a89d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+4
-4
No files found.
doc/ffmpeg-doc.texi
View file @
18fd519f
...
...
@@ -483,11 +483,11 @@ Disable audio recording.
Force audio codec to @var
{
codec
}
. Use the @code
{
copy
}
special value to
specify that the raw codec data must be copied as is.
@item -newaudio
It will add a new audio track to the output file. If you want to
specify parameters, specify them before @code
{
-newaudio
}
(@code
{
-acodec
}
, @code
{
-ab
}
, etc..)
Add a new audio track to the output file. If you want to specify parameters,
do so before @code
{
-newaudio
}
(@code
{
-acodec
}
, @code
{
-ab
}
, etc..).
Mapping will be done automatically, if
output streams number
is equal to
input streams number, else it will pick first one found which match
. You
Mapping will be done automatically, if
the number of output streams
is equal to
the number of input streams, else it will pick the first one that matches
. You
can override the mapping using @code
{
-map
}
as usual.
Example:
...
...
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