PDA

View Full Version : Set audio/subpicture stream is 0?


linx05
6th March 2007, 04:13
I have just ripped The Departed (Region 1) to my computer with AnyDVD (6.1.3.0). After putting it through PgcEdit (8.1 b2) I did these things to it:

- Deleted Uncalled PGCs
- Removed LU menus
- Blanked all the crap at the start and jumped to the menu automatically using this guide (http://download.videohelp.com/r0lZ/pgcedit/third_party/blutach/How_to_use_PgcEdit_new_macro.htm).
- Ran the disc through FixVTS with all three options enabled.
- Rebuilt Timemaps
- Removed Parental Management.
- Disabled the other language buttons in the language menu since it was no use having them there as they won't be there on the final disc

My Virtual Player is set up properly, well I hope it is. I looked through the DVD and came across this in RootM:

VTSM 1 , LU 1 (en) , 1 (0:38) 4b. RootM - Chapters: n/a, Programs: 1, Cells: 1

********** pre commands:
1 if ( gprm(15:Jump2PGC_control) != 65278 ) then { Goto line 11 }
2 Set gprm(15:Jump2PGC_control) =(mov) 0
3 Set gprm(3) =(mov) 0
4 Set gprm(4) =(mov) 0
5 Set gprm(5) =(mov) 0
6 Set gprm(6) =(mov) 0
7 Set gprm(7) =(mov) 0
8 Set gprm(8) =(mov) 0
9 Set gprm(11) =(mov) 0
10 (SetSTN) Set Audio stream = 0 ; Set Sub-picture stream = 0, off
11 NOP
12 if ( gprm(8) >= 1 ) then { LinkPGCN PGC 6 }
13 Set gprm(10) =(mov) 1
14 LinkCN Cell 1, button 1 (1024)
********** post commands:
1 if ( gprm(10) == 3 ) then { Goto line 4 }
2 Set gprm(10) +=(add) 1
3 LinkCN Cell 1
4 LinkPGCN PGC 7
********** cell commands:

********** menu buttons commands:
VOB ID 1, Cell ID 1 (First NAV pack LBA=0)
2 Groups Select button=0, Action button=0
1: LinkPGCN PGC 7
2: LinkPGCN PGC 2
3: (JumpVTS_PTT) Jump to TTN 3, Chapter 1
4: LinkPGCN PGC 3


Playback time: 00:00:38.16 (at 30 fps)
PG Playback mode: sequential
PUOs: 0 (0x00000000)
NextPGCN: 0
PrevPGCN: 0
GoUpPGCN: 0
PGC Still Time: 0
Audio stream 1 status: 0x00008000 (stream=0)
Subpic stream 1 status: 0x80000001 (streams for 4:3=0, wide=0, letterbox=0, pan&scan=1)

But- Prog. Cell Type Seam- Ang VOBU Cell Cell Playback End Entry First Last Last VOB Cell
tons Flags less Still Still Cmd. Time Time VOBU ILVU VOBU VOBU ID ID
Joint Time # sector End Start End

4 1 1 2 no - no 0 0 00:00:38.16 00:00:38.16 0 0 1186 1201 1 1
I'm no pro at reading this but shouldn't the Set Audio and Sub-pic be set to the number corresponding to the audio and sub-pic on the DVD?

I've read how some jump to menu features can create a bit of a problem if the language and audio is not set properly.

Did I do the jump to PGC properly?

EDIT: I found out my audio was 0. But in the domain attributes it is not automatically 'EN' in the menus unlike the movie. But one question still, what does 'off' mean at the end of (SetSTN)?

http://img237.imageshack.us/img237/9339/domainattributeshw5.th.png (http://img237.imageshack.us/my.php?image=domainattributeshw5.png)

blutach
6th March 2007, 06:59
It means it set the 1st subic stream (stream 0), but set it off.

It looks just fine.

Regards

r0lZ
6th March 2007, 09:40
I agree. Remember that the streams are "zero based". The first stream in the list is therefore stream 0.
Setting a subpic stream to off means that it is pre-selected, but not enabled. Only the "forced subpics" (if any) will be displayed in this mode.

If you are not happy with the selection, you can do 3 things:

Edit manually the SetSTN command to change the stream numbers (and the "off" flag to "on" if you wish.)
Remove completely the SetSTN command. If no SetSTN commands are executed before the main movie is reached, the player should automatically select the right streams, based on your preferences.
When you use the trace mode before launching the Jump to PGC function, you can trace to your Audio and Subpic menus to select the right streams, and then continue to trace up to the target PGC. This way, the correct SetSTN command will be automatically inserted by PgcEdit.

linx05
7th March 2007, 10:32
Thanks for the reply. I will leave it as it is if there is nothing wrong with it. I will keep the third option in mind for the next time I do a DVD. That means I will have to (in Trace mode) go to the audio and language set up menus, select the ones I want and then back out to the main menu where I want it to start?

r0lZ
7th March 2007, 10:35
Yes. That's the idea.