[3nRiC0]
5th May 2003, 09:00
In my DVD Maestro Project i have:
1 Video Stream
2 Audio Streams [ITALIAN] and [ENGLISH]
4 Subtitles Streams: 2 Not Forced [ITA] & [ENG]
and 2 Forced [ITA_FORCED] & [ENG_FORCED]
I want to create a "Command Sequences" for make this:
A)When i insert in DVD Player the disk, if the DEFAULT DVD player language [configurable in Menu-Setup of DVD Player] is Italian the disk must starts with:
[ITALIAN] Audio Stream ----> Selected automatically by DVD Player
[ITA_FORCED] Sub Stream
B)if the DEFAULT DVD player language [configurable in Menu-Setup of DVD Player] is English the disk must starts with:
[ENGLISH] Audio Stream ----> Selected automatically by DVD Player
[ENG_FORCED] Sub Stream
C)if i change the Audio Stream with the telepilot from ITALIAN to ENGLISH the FORCED tream must change from ITA_FORCED to ENG_FORCED and also for the change from ENGLISH to ITALIAN
If you have any ideas please reply to my post!!! If you have any good tutorlias or some examble of DVD Scripts please post in here or post a link :)
Thanks in Advance
[3nRiC0]
5th May 2003, 10:36
please MPUCODER help me :) i seen your DVD Information Page and i'm sure than you are the best !!!
thx
how to do: when subtitle are OFF and user changes audio stream, minor subtitles for selected audiostream must be enabled automatically. Eg:
1-EN - audiostream
2-DE - audiostream
a-EN - regular subtitles
b-DE - regular subtitles
c-EN - minor subtitles for foreign (eg. japanese) language
d-DE - minor subtitles for foreign (eg. japanese) language
when subtitles are OFF:
1+c, 2+d
when subtitles are ON:
1+(a or b), 2+(a or b)
how to assign Command sequnce (script) for pushing SUBTITLE BUTTON on remote contreller?
oddyseus
10th May 2003, 17:19
as said in another thread there is currently no automated way that u can change the sub stream automatically by changing the audio from the remote control of your standalone.
However I have implement an indirect approach to your problem based on your description. In my computer it worked in Maestro simulation. It will in yours. However if it will worked at all in your standalone is a matter of specs implementation from the manufacturer of the standalone itself. I believe that a Philips standalone is capable of following Maestro's command sequences to the letter. Mine does.
Well read on.
Analyzing your problem I can distinguise 6 different combinations.
First notation is Audio, second subtitle
0. En-EnMinor aka 1-3
1. De-DeMinor aka 2-4
2. En-En aka 1-1
3. En-De aka 1-2
4. De-En aka 2-1
5. De-De aka 2-2. Well lets code them to a command sequence that we link to the menu button.
For this I will use a gprm register, lets choose gprm0, u can however choose anyone of them all.
Assuming that there is no prior selecting of any kind of subtitles or audio in the menu system, the register would start of having zero as a value.
Command Sequence: Select Audio-Subs
--- Press Add button
Set GPRM, Operation Type Add, Immediate, Add GP0, 1. Increase value by 1
--- Press Add button
Set GPRM, Operation Type Move, Immediate, GP0, 0,
Compare, Immediate, if GP0, > 5. If max allowed value of 5 has been exceeded, reset to 0.
--- Press Add button
Set System Stream, Immediate, Audio 1, Subtitle 3.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 0. Select 1st Audio(En) with 3d subtitle (EnMinor).
--- Press Add button
Set System Stream, Immediate, Audio 2, Subtitle 4.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 1. Select 2nd Audio(De) with 4th subtitle (DeMinor).
--- Press Add button
Set System Stream, Immediate, Audio 1, Subtitle 1.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 2. Select 1st Audio(En) with 1st subtitle (EnRegular).
--- Press Add button
Set System Stream, Immediate, Audio 1, Subtitle 2.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 3. Select 1st Audio(En) with 2nd subtitle (DeRegular).
--- Press Add button
Set System Stream, Immediate, Audio 2, Subtitle 1.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 4. Select 2nd Audio(De) with 1st subtitle (EnRegular).
--- Press Add button
Set System Stream, Immediate, Audio 2, Subtitle 2.
Tick the boxes next to Audio, Subtitle, On.
Compare, Immediate, if GP0, is equal, 5. Select 2nd Audio(De) with 2nd subtitle (DeRegular).
--- Press Add button
Resume. Return to movie playback.
Having created the command sequence, go to the connections menu and link each chapters 'Menu Key' to the command sequnece.
In theory and in simulation, every time that u press the menu button on your remote u will cycle to the next combnation of the 6 available and coded.
The principal involved is easy to be expanded to handle any number of combinations. U can even add a forced subtitle if u can that would report the combination currently in use.
Try and report back.
oddyseus
19th May 2003, 09:42
Hello guys. Any news?
[3nRiC0], K5 have u tried it? Did u make it work for u?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.