Mkvmerge Cut Video



The purpose of this HowTo is to split videofiles which contain more than one episode of a tv show into single-episode files. So they show up individually within plex, can be played individually and don’t produce any of the weird things that multi-episode files are plagued with.

  1. Mkvmerge Cut Videos
  2. Mkvmerge Cut Video Editor
  3. Cut Video Download

The tool used is MKVtoolnixGUI
it is freely available for all major PC operating systems.

Create audio and video cut lists for mkvmerge, create trim calls let user set the output name and the temp folder call mkvmerge with the video cut lists to create a bunch of temporary files (here the cuts are always on key frames) analyze one of the not reencoded parts with h264parse to improve compatibility. However, mkvmerge, which is doing all the work, is fully scriptable via its command line. There are excellent shells out there with which you can automate pretty much all aspects of muxing. For example, with the bash or zsh shells you could convert all.avi files into Matroska with these commands.

Cut

Therefore the container format of the output files will be MKV.
The input format can be a multitude of containers like AVI, MP4, MKV, MPEG, TS, DIVX and several more.
The quality of the files will remain How to clear standby memory. the same, because mkvtoolnix only remuxes the files, it doesn’t re-encode them.

  • start up MKVtoolnixGUI
    (depending on your operating system, this might look a little bit different)

  • drag the multi-episode file into the window marked by my crude arrow

  • the video, audio and subtitle tracks it contains will appear in the window underneath it

  • you may want to revise the language code that is assigned to the audio track(s) and the language and ‘forced’ attribute of subtitle tracks so the Plex interface informs you correctly about the languages available.
    Plex’s automatic audio and subtitle track selection feature relies also on these tags to work correctly.

  • change to the Output tab:

  • change ‘Split mode’ to ‘after specific timecodes’

  • input the timecode of the episode break into the field ‘timecodes’ (you can input several timecodes [separated by comma] if your source videofile contains more than two episodes)
    (I chose to split after 25 seconds, because my example file is only 59 seconds long)

  • revise the path and filename in ‘Output file’ to your needs

  • click Start muxing

You should find 2 or more MKV files in the destination path, their file names appended by a three figure number (DVD Introduction-scene-001.mkv and DVD Introduction-scene-002.mkv for our example file in the screenshots)

Now rename the split episode files according to the Plex naming guide for tv show episodes and add them into your library.

Done.

Mkvmerge Cut Videos

If you set above as ‘Split mode’ = “Before Chapters”, you can split your files on chapter markers.
This is particularly useful when you have ripped tv shows and you got only one monolithic file instead of one file for each episode.

Debian packages

I provide i386 and Amd64 binaries for MKVToolNix for Debian 10 'buster' (the current stable).

I do not provide binaries for libEBML and libMatroska anymore as they're already part of the official distribution. If those are too old MKVToolNix even bundles the current version of both libraries.

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list:

VersionAPT source
Debian 10 (aka 'buster') deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui.

Mkvmerge Cut Video Editor

If updating the package lists fails, make sure you have the package apt-transport-https installed.

Debian 8 'Jessie' and 9 'stretch': you can get versions up to v38.0.0 (for Stretch) and v29.0.0 (for Jessie) from my repositories.

VersionAPT source
Debian 9 (aka 'Stretch') deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
Debian 8 (aka 'Jessie') deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main

Cut Video Download

If you're looking for older Debian or MKVToolNix releases, you can look through the repository directory yourself.