<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">FFmpeg Protocols Documentation</cite>
(<time>2017-01-22 02:22:36 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://ffmpeg.org/ffmpeg-protocols.html#concat">https://ffmpeg.org/ffmpeg-protocols.html#concat</anchor-external></figcaption><blockquote><p>Physical concatenation protocol.</p><p>Read and seek from many resources in sequence as if they were a unique resource.</p><p>A URL accepted by this protocol has the syntax:</p><p>concat:URL1|URL2|...|URLN</p><p>where URL1, URL2, ..., URLN are the urls of the resource to be concatenated, each one possibly specifying a distinct protocol.</p><p>For example to read a sequence of files split1.mpeg, split2.mpeg, split3.mpeg with ffplay use the command:</p><p>ffplay concat:split1.mpeg\|split2.mpeg\|split3.mpeg</p><p>Note that you may need to escape the character &quot;|&quot; which is special for many shells.</p></blockquote></figure></body></html>