[mythtv-users] Merging Video files

Peter Bennett pb.mythtv at gmail.com
Fri Nov 24 16:53:34 UTC 2017



On 11/24/2017 11:24 AM, Craig Huff wrote:
> Thanks Mike and Richard!  I'll look into those!
>
> FWIW, I realized after I sent my query that I didn't give enough details.
>
> I'm currently looking to concatenate files like:
> A1.m4v with A2.m4v
> or
> B1.mkv with B1.mkv.
>
> 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. :-(
>
> --
> Craig.
>
>
For mkv files, mkvmerge is excellent. It is part of package mkvtoolnix. 
To concatenate multiple mkv files:

mkvmerge -o Serenity_full.mkv Serenity_1.mkv +Serenity_2.mkv 
+Serenity_3.mkv

You can also use other types of input files and create an mkv file:

mkvmerge -o Serenity_full.mkv Serenity_1.mp4 +Serenity_2.mp4 
+Serenity_3.mp4

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 http://www.bunkus.org


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20171124/5739142b/attachment.html>


More information about the mythtv-users mailing list