Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
ca71e605
Commit
ca71e605
authored
Jan 26, 2016
by
Tobias Rapp
Committed by
Stefano Sabatini
Feb 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/demuxers: add some concat demuxer script examples
Signed-off-by:
Tobias Rapp
<
t.rapp@noa-archive.com
>
parent
c1b23e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
demuxers.texi
doc/demuxers.texi
+27
-0
No files found.
doc/demuxers.texi
View file @
ca71e605
...
@@ -214,6 +214,33 @@ The default is 0.
...
@@ -214,6 +214,33 @@ The default is 0.
@end table
@end table
@subsection Examples
@itemize
@item
Use absolute filenames and include some comments:
@example
# my first filename
file /mnt/share/file-1.wav
# my second filename including whitespace
file '/mnt/share/file 2.wav'
# my third filename including whitespace plus single quote
file '/mnt/share/file 3'\''.wav'
@end example
@item
Allow for input format auto-probing, use safe filenames and set the duration of
the first file:
@example
ffconcat version 1.0
file file-1.wav
duration 20.0
file subdir/file-2.wav
@end example
@end itemize
@section flv
@section flv
Adobe Flash Video Format demuxer.
Adobe Flash Video Format demuxer.
...
...
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