CLI only transcode first Episode

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

CLI only transcode first Episode

Post by theoldwizard1 »

Description of problem or question:

CLI only transcode first Episode

Steps to reproduce the problem (If Applicable):

handbrakecli --preset "Amazon Fire 720p30" -iE: -oOut.mp4 > HandBrakeCLI.log

HandBrake version (e.g., 1.0.0):

1.7.3

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

Windows 10 22H2 19045.4046

HandBrake Activity Log ***required***
CLI version did not make a log file (or at least it did not put it in the usual place).

I did capture what the CLI version spit out (> HandBrakeCLI.log)
https://drive.google.com/file/d/1fKXm1n ... sp=sharing


I am trying to transcode the TV series "House" from a LEAGL copy of "Season 2 Disc 1". VLC shows 4 episodes on this disc.

HandBrake only transcode the first episode
rollin_eng
Veteran User
Posts: 4859
Joined: Wed May 04, 2011 11:06 pm

Re: CLI only transcode first Episode

Post by rollin_eng »

Sigh 😞

Try ripping with makemkv first.
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

Re: CLI only transcode first Episode

Post by theoldwizard1 »

Well I have learned in the world of DVDs, there is no such thing as an episode ! Only Chapters and Titles.

Adding --chapters "1-9" to the previous command line did not change the results.

https://drive.google.com/file/d/1jpEGEi ... sp=sharing

So what does --chapters actually do ?
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

Re: CLI only transcode first Episode

Post by theoldwizard1 »

rollin_eng wrote: Tue Feb 27, 2024 6:18 pm Try ripping with makemkv first.
Makemkv created a .iso file. Feed that into HandBrake (GUI). Same results.
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

Re: CLI only transcode first Episode

Post by theoldwizard1 »

rollin_eng wrote: Tue Feb 27, 2024 6:18 pm Try ripping with makemkv first.
VLC only sees first episode in the .iso file.
rollin_eng
Veteran User
Posts: 4859
Joined: Wed May 04, 2011 11:06 pm

Re: CLI only transcode first Episode

Post by rollin_eng »

theoldwizard1 wrote: Wed Feb 28, 2024 12:27 am
rollin_eng wrote: Tue Feb 27, 2024 6:18 pm Try ripping with makemkv first.
Makemkv created a .iso file. Feed that into HandBrake (GUI). Same results.
Can you please post your log for this.
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

Re: CLI only transcode first Episode

Post by theoldwizard1 »

rollin_eng wrote: Wed Feb 28, 2024 7:59 am Can you please post your log for this.
Sure. I don't know why when
theoldwizard1 wrote: Wed Feb 28, 2024 12:29 am VLC only sees first episode in the .iso file.
The first log file is activity_log_main.100700.txt https://drive.google.com/file/d/1X9FBJs ... sp=sharing

The second log file is "House Season 2 Disc 1..." https://drive.google.com/file/d/1K9U_0P ... sp=sharing
rollin_eng
Veteran User
Posts: 4859
Joined: Wed May 04, 2011 11:06 pm

Re: CLI only transcode first Episode

Post by rollin_eng »

Try ripping the disk to mkv files then encode each one with handbrake.
rollin_eng
Veteran User
Posts: 4859
Joined: Wed May 04, 2011 11:06 pm

Re: CLI only transcode first Episode

Post by rollin_eng »

theoldwizard1 wrote: Tue Feb 27, 2024 11:04 pm Well I have learned in the world of DVDs, there is no such thing as an episode ! Only Chapters and Titles.

Adding --chapters "1-9" to the previous command line did not change the results.

https://drive.google.com/file/d/1jpEGEi ... sp=sharing

So what does --chapters actually do ?
https://handbrake.fr/docs/en/1.7.0/adva ... point.html
theoldwizard1
Posts: 15
Joined: Mon Apr 10, 2023 11:15 pm

Re: CLI only transcode first Episode

Post by theoldwizard1 »

Okay, so how do I get from "Titles" (Episodes ?) to the VOBs on the disc ?

VLC does it
makemkv does it
Rodeo314
Novice
Posts: 56
Joined: Wed Jan 17, 2024 3:44 am

Re: CLI only transcode first Episode

Post by Rodeo314 »

So does HandBrakeCLI

--title 1 for the first title etc.

Episodes are not necessarily the first title(s) on disc though. You can determine which title VLC is currently playing by using Playback > Title in the VLC menu bar and checking the title index corresponding to the checkmark, or you can use MakeMKV which will present a list of titles and let you pick which one(s) to copy to your hard drive.

You should also read the output of HandBrakeCLI --help
rollin_eng
Veteran User
Posts: 4859
Joined: Wed May 04, 2011 11:06 pm

Re: CLI only transcode first Episode

Post by rollin_eng »

Post Reply