[FFmpeg-cvslog] doc/demuxers: add some concat demuxer script examples
Tobias Rapp
git at videolan.org
Wed Feb 3 13:34:57 CET 2016
ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Tue Jan 26 09:02:51 2016 +0100| [ca71e6052e86d2d6eb390d642596d2474b524b3d] | committer: Stefano Sabatini
doc/demuxers: add some concat demuxer script examples
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca71e6052e86d2d6eb390d642596d2474b524b3d
---
doc/demuxers.texi | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 188808b..6b5f8bb 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -214,6 +214,33 @@ The default is 0.
@end table
+ at subsection Examples
+
+ at itemize
+ at item
+Use absolute filenames and include some comments:
+ at 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'
+ at end example
+
+ at item
+Allow for input format auto-probing, use safe filenames and set the duration of
+the first file:
+ at example
+ffconcat version 1.0
+
+file file-1.wav
+duration 20.0
+
+file subdir/file-2.wav
+ at end example
+ at end itemize
+
@section flv
Adobe Flash Video Format demuxer.
More information about the ffmpeg-cvslog
mailing list