X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdemuxers.texi;h=6b5f8bba15bbc834420c6644242a053a79e5c410;hb=bdf474bcff29f5b40fe14f6fa1dbe10e69c73ab7;hp=188808b9c00848a5795cb1ee2c1fa677f05f2463;hpb=dbbfbde085b8e34496e7883e82bb1b9fcfae8ad5;p=ffmpeg diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 188808b9c00..6b5f8bba15b 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -214,6 +214,33 @@ The default is 0. @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 Adobe Flash Video Format demuxer.