View Full Version : Subtitle Stream Starts By Default... I Want It Off
EpheMeroN
11th September 2007, 19:39
I have a dvd where the English subtitle stream starts automatically and I want to disable this.
I tried the guide here (http://www.videohelp.com/~r0lZ/pgcedit/third_party/2cool/subtitles/subtitles_off_default_pgcedit.htm) but it still did not disable the subtitle stream.
Below is a photo of the PGC opened in PgcEdit:
http://img240.imageshack.us/img240/6748/untitledxl4.th.jpg (http://img240.imageshack.us/my.php?image=untitledxl4.jpg)
Calimari
11th September 2007, 20:37
It seems like the commandlines 1 to 13 are used to determine the subpicture language automatically. Those lines are probably skipped when you have selected a subpicture language yourself (by the use of gprm(6) or gprm(5))
Setting the subtitle on is done by raising the hex value with 64. So I would try to delete commandlines 10 to 12, as these commands seem to take over the value of gprm(5), then raising it with 64 and store the result in gprm(2). In other words, gprm(5) holds the subtitle number, gprm(2) holds the same subtitle number but now switched on as default. So, the same language will be selected, but the subpicture won't be set to on as the default anymore.
blutach
11th September 2007, 23:49
Or simply change line 11 to be:
11 Set gprm(2) =(mov) 0
And add a line to be the new first line:
1 (SetSTN) Set Sub-picture stream = 0, off
Note - inserting a new line 1 will disbale the subpic menu (except a RSM will honour the selection you made there) and you will only be able to use the remote (which I suspect most people do anyway).
Regards
EpheMeroN
25th September 2007, 07:35
@blutach: Thanks m8. That worked perfectly!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.