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
521a963a
Commit
521a963a
authored
Dec 19, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/faq: improve concatenation entry.
parent
cb0881c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
faq.texi
doc/faq.texi
+11
-4
No files found.
doc/faq.texi
View file @
521a963a
...
@@ -265,12 +265,19 @@ the other; it can be done using the
...
@@ -265,12 +265,19 @@ the other; it can be done using the
There are several solutions, depending on the exact circumstances.
There are several solutions, depending on the exact circumstances.
@subsection Concatenating using
filters
@subsection Concatenating using
the concat @emph
{
filter
}
FFmpeg has a @url
{
http://ffmpeg.org/ffmpeg.html#concat-1, @code
{
concat
}}
FFmpeg has a @url
{
http://ffmpeg.org/ffmpeg-filters.html#concat,
filter designed specifically for that, with examples in the documentation.
@code
{
concat
}}
filter designed specifically for that, with examples in the
documentation. This operation is recommended if you need to re-encode.
@subsection Concatenating at the file level
@subsection Concatenating using the concat @emph
{
demuxer
}
FFmpeg has a @url
{
http://www.ffmpeg.org/ffmpeg-formats.html#concat,
@code
{
concat
}}
demuxer which you can use when you want to avoid a re-encode and
your format doesn't support file level concatenation.
@subsection Concatenating using the concat @emph
{
protocol
}
(file level)
A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to concatenate
A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to concatenate
video by merely concatenating the files them.
video by merely concatenating the files them.
...
...
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