manually open using pgc

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
Mr. Tin
Posts: 5
Joined: Sun Aug 03, 2025 6:23 am

manually open using pgc

Post by Mr. Tin »

Hi,

I like to open PGC 2
1: 1/1 - 27 Kapitel 8 PGC(s) 1(0:01:40) 2(0:19:05) 3(0:19:05) 4(0:19:05) 5(0:19:05) 6(0:00:59) 7(0:00:00) 8(0:00:00)
manually, but I don't know how.

Code: Select all

Open DVD manually : "1:2/1-4"
Manual String parse error : range 2/1-4 references cells from different PGCs
Manual String parse error : invalid subtoken: 2/1-4
Manual String parse error : invalid token: 1:2/1-4
Das Öffnen der Disk schlug fehl 
equal to

Code: Select all

Open DVD manually : "1:2/@1-@4"
Manual String parse error : cell 4 is invalid, should be 1-2
Manual String parse error : invalid subtoken: 2/@1-@4
Manual String parse error : invalid token: 1:2/@1-@4
Das Öffnen der Disk schlug fehl 

Code: Select all

Open DVD manually : "1:2/1-2"
Titel #1 wurde hinzugefügt (1 cell(s), 0:01:30)
Die Aufgabe wurde erfolgreich abgeschlossen
equal to

Code: Select all

Open DVD manually : "1:2"
Titel #1 wurde hinzugefügt (1 cell(s), 0:01:30)
Die Aufgabe wurde erfolgreich abgeschlossen
this is track 1 PGC 1 without chapter 1

So, what's wrong?

Thanks
Post Reply