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
52b86647
Commit
52b86647
authored
Dec 19, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/faq: move filter links to the ffmpeg-filters.html page.
parent
521a963a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
faq.texi
doc/faq.texi
+3
-3
No files found.
doc/faq.texi
View file @
52b86647
...
@@ -245,18 +245,18 @@ invoking ffmpeg with several @option{-i} options.
...
@@ -245,18 +245,18 @@ invoking ffmpeg with several @option{-i} options.
For audio, to put all channels together in a single stream (example: two
For audio, to put all channels together in a single stream (example: two
mono streams into one stereo stream): this is sometimes called to
mono streams into one stereo stream): this is sometimes called to
@emph
{
merge
}
them, and can be done using the
@emph
{
merge
}
them, and can be done using the
@url
{
http://ffmpeg.org/ffmpeg.html#amerge, @code
{
amerge
}}
filter.
@url
{
http://ffmpeg.org/ffmpeg
-filters
.html#amerge, @code
{
amerge
}}
filter.
@item
@item
For audio, to play one on top of the other: this is called to @emph
{
mix
}
For audio, to play one on top of the other: this is called to @emph
{
mix
}
them, and can be done by first merging them into a single stream and then
them, and can be done by first merging them into a single stream and then
using the @url
{
http://ffmpeg.org/ffmpeg.html#pan, @code
{
pan
}}
filter to mix
using the @url
{
http://ffmpeg.org/ffmpeg
-filters
.html#pan, @code
{
pan
}}
filter to mix
the channels at will.
the channels at will.
@item
@item
For video, to display both together, side by side or one on top of a part of
For video, to display both together, side by side or one on top of a part of
the other; it can be done using the
the other; it can be done using the
@url
{
http://ffmpeg.org/ffmpeg.html#overlay, @code
{
overlay
}}
video filter.
@url
{
http://ffmpeg.org/ffmpeg
-filters
.html#overlay, @code
{
overlay
}}
video filter.
@end itemize
@end itemize
...
...
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