How to rip TV shows with multiple episodes per disc

Please post here for issues related to DVD discs
Post Reply
cappy2112
Posts: 60
Joined: Sun Feb 14, 2021 4:16 am

How to rip TV shows with multiple episodes per disc

Post by cappy2112 »

I'm trying to figure out why some discs I have get ripped as a single file (with multiple episodes in each file), vs
separate files for each episode.

The Black List
Star Trek TOS/TNG

are just a few.

How does one decide how the files are ripped/saved?

Thanks
d00zah
Posts: 1682
Joined: Mon Jun 06, 2016 8:23 pm

Re: How to rip TV shows with multiple episodes per disc

Post by d00zah »

It's up to the disc author.

mkvtoolnix can be used to split (on chapter) into individual episodes.
cappy2112
Posts: 60
Joined: Sun Feb 14, 2021 4:16 am

Re: How to rip TV shows with multiple episodes per disc

Post by cappy2112 »

Thank you.

Some of my files are in MP4 format, is there any way to split those into individual episode files too?
d00zah
Posts: 1682
Joined: Mon Jun 06, 2016 8:23 pm

Re: How to rip TV shows with multiple episodes per disc

Post by d00zah »

There's probably a tool that can do it in one pass, but since .mkv/,mp4 are just containers, I'd create the split .mkvs w/ mkvtoolnix & quickly remux back to .mp4 w/ ffmpeg... which would take a few extra seconds.
cappy2112
Posts: 60
Joined: Sun Feb 14, 2021 4:16 am

Re: How to rip TV shows with multiple episodes per disc

Post by cappy2112 »

Thanks, but I want to keep the files in MKV format, I just need to split them into individual episode files.
d00zah
Posts: 1682
Joined: Mon Jun 06, 2016 8:23 pm

Re: How to rip TV shows with multiple episodes per disc

Post by d00zah »

1st answer then. mkvtoolnix will take an .mp4 (or .mkv) input, split on chapter & output to individual .mkv files.
d00zah
Posts: 1682
Joined: Mon Jun 06, 2016 8:23 pm

Re: How to rip TV shows with multiple episodes per disc

Post by d00zah »

We've begun to talk past each other, so let's back up.

Your initial issue is that "some discs I have get ripped as a single file (with multiple episodes in each file)". This is the way the disc is authored & MakeMKV itself won't produce individual episodes .

IF you play the multi-episode .mkv (or .mp4), the player will usually indicate what chapter (or at what timestamp) the next episode begins. Noting which chapter (or at what timestamp, if no chapter info is available) begins each episode allows you to use mkvtoolnix to split the multi-episode .mkv into individual episodes at those boundaries. The search results show a number of videos instructing how to do this.

mkvtoolnix will take a number of file formats as input (certainly .mkv & .mp4) & output to individual .mkv files.

I am unfamiliar with Format Factory & Handbrake can take great deal of time to re-ncode, probably unnecessarily. IF you manage to get the individual episodes split out AND you wish the .mkv files to me converted to .mp4, we'll cross that bridge later.
d00zah
Posts: 1682
Joined: Mon Jun 06, 2016 8:23 pm

Re: How to rip TV shows with multiple episodes per disc

Post by d00zah »

We all have our preferred workflow, but it seems like it would be easier just to configure the player to NOT play subs by default, whatever the container... somewhere in player preferences/settings?

When I DO need to convert, I use ffmpeg to do .mkv > .mp4...

ffmpeg.exe -i "source.mkv" "vcodec copy" "acodec copy" "scodec copy" "destination.mp4"

Takes about ~1-2min (+/-) to remux a 2GB HD movie, if needed. Some players prefer the container? I just create a shortcut to a batch file containing the command (, etc.), drag any .mkv (or folder of .mkvs) I wish to convert to the shortcut & it's done tout de suite. Easy peasy.

Hope you get your splitting task sorted OK.
Post Reply