<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 11/24/2017 11:24 AM, Craig Huff
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAO0hLGqD4Oaki-aw3XSPy6M+qD5PZu39svQ3ztkn3Perpqv8iQ@mail.gmail.com">
<div dir="ltr">
<div>
<div>Thanks Mike and Richard! I'll look into those!<br>
<br>
</div>
FWIW, I realized after I sent my query that I didn't give
enough details.</div>
<div><br>
</div>
<div>I'm currently looking to concatenate files like:</div>
<div style="margin-left:40px">A1.m4v with A2.m4v</div>
or<br>
<div style="margin-left:40px">B1.mkv with B1.mkv.<br>
</div>
<div>
<div><br>
</div>
No, I'm not particularly looking to concatenate them from the
command line, that was just the first way I tried to weld them
together -- the result wasn't useful. :-(<br>
</div>
<div><br>
</div>
<div>--</div>
<div>Craig.<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
For mkv files, mkvmerge is excellent. It is part of package
mkvtoolnix. To concatenate multiple mkv files:<br>
<br>
mkvmerge -o Serenity_full.mkv Serenity_1.mkv +Serenity_2.mkv
+Serenity_3.mkv <br>
<br>
You can also use other types of input files and create an mkv file:<br>
<br>
mkvmerge -o Serenity_full.mkv Serenity_1.mp4 +Serenity_2.mp4
+Serenity_3.mp4 <br>
<br>
mkvmerge can also fix audio sync, repair mkv files and do lots
more. mkvtoolnix is available in the default distribution, or you
can download later versions from a private repo at
<a class="moz-txt-link-freetext" href="http://www.bunkus.org">http://www.bunkus.org</a><br>
<br>
<br>
</body>
</html>