Chuck complete series

Please post here for issues related to Blu-ray discs
Post Reply
brewder
Posts: 2
Joined: Wed Jan 02, 2013 3:22 pm

Chuck complete series

Post by brewder » Tue Dec 27, 2022 1:21 pm

Hello,

LONG time MakeMKV user (movies)....Brand new to ripping TV Series. I received Chuck Seasons 1-5 on BD.. In a nutshell, can I just rip the largest file on each disc, then use MKVToolNix to split it up into the individual episodes somehow?

//Brew

thetoad
Posts: 235
Joined: Thu Jul 28, 2016 4:18 am

Re: Chuck complete series

Post by thetoad » Sat Dec 31, 2022 1:37 pm

I believe Chuck has individual playlists for each each episode, so you would rip each episode individually (in general, the only releases I've ever seen consistently not behave this way are some Anime releases where there isn't a per episode playlist, just a single one and the menus jump you via chapters to the right spot.

tangent
Posts: 1
Joined: Wed Mar 15, 2023 10:07 pm

Re: Chuck complete series

Post by tangent » Wed Mar 15, 2023 10:11 pm

The season 2 disc in the complete series box set I bought has all of its episodes run together into a single title. Here are the commands to break them up into individual episodes:

Code: Select all

 mkvmerge -o s2d1-part.mkv --split chapters:08,15,22,29,36 s2d1.mkv
 mkvmerge -o s2d2-part.mkv --split chapters:09,17,24,31,38 s2d2.mkv
 mkvmerge -o s2d3-part.mkv --split chapters:08,15,22,30,37 s2d3.mkv
 mkvmerge -o s2d4-part.mkv --split chapters:09,17,25       s2d4.mkv

ethanisherenow
Posts: 1
Joined: Tue Feb 25, 2025 11:05 pm

Re: Chuck complete series

Post by ethanisherenow » Tue Feb 25, 2025 11:07 pm

Hi, Where are you entering this code to make this happen? Just started this process with Chuck

dcoke22
Posts: 3801
Joined: Wed Jul 22, 2020 11:25 pm

Re: Chuck complete series

Post by dcoke22 » Tue Feb 25, 2025 11:38 pm

mkvmerge is a command line tool.

RoyWest
Posts: 1
Joined: Wed Feb 26, 2025 3:40 am

Re: Chuck complete series

Post by RoyWest » Wed Feb 26, 2025 3:42 am

Thanks a lot for the reply! I'm looking for it too

Post Reply