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
74c6a6d3
Commit
74c6a6d3
authored
Mar 23, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: itemize channelmap examples
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
a8c2d375
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
filters.texi
doc/filters.texi
+6
-0
No files found.
doc/filters.texi
View file @
74c6a6d3
...
@@ -2188,6 +2188,10 @@ The channel layout of the output stream.
...
@@ -2188,6 +2188,10 @@ The channel layout of the output stream.
If no mapping is present, the filter will implicitly map input channels to
If no mapping is present, the filter will implicitly map input channels to
output channels, preserving indices.
output channels, preserving indices.
@subsection Examples
@itemize
@item
For example, assuming a 5.1+downmix input MOV file,
For example, assuming a 5.1+downmix input MOV file,
@example
@example
ffmpeg -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
ffmpeg -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
...
@@ -2195,10 +2199,12 @@ ffmpeg -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
...
@@ -2195,10 +2199,12 @@ ffmpeg -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
will create an output WAV file tagged as stereo from the downmix channels of
will create an output WAV file tagged as stereo from the downmix channels of
the input.
the input.
@item
To fix a 5.1 WAV improperly encoded in AAC's native channel order
To fix a 5.1 WAV improperly encoded in AAC's native channel order
@example
@example
ffmpeg -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
ffmpeg -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
@end example
@end example
@end itemize
@section channelsplit
@section channelsplit
...
...
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