PDA

View Full Version : DVDLogic IGEditor and EasyBD


Roger1972
19th February 2011, 09:06
Does anyone have experience with the IGEditor of DVDLogic?
Having problems with the navigation commands.
I Author the BD with Easy BD from DVDLogic.
PopUp Menu only is not a problem.
I have problem with the TopMenu.
Chapters in TopMenu and Audio Setup, the commands not work.
Example: LinkMK 1 for Chapter one, LinkMK 2 für Chapter 2 etc.
I will go from Topmenu Button Chapter 1 directly to Title 1 Chapter 1
Or Change to audio 2 directly from the TopMenu and press the Play Movie Button.
The Movie always starts from Audio Track 1.
With the PopUp Menu all the buttons works fine.

Does anyone have a complete example with subtitle Topmenu, popup menu, 2 ore 3 audio tracks, 2 ore 3 tracks?

I get no further....

Thanks.

tymoxa
19th February 2011, 13:09
LinkMK + SetStream works within one title. top menu and movie it's two different titles.
you need use registers to pass settings from one title to another.
let say you have top menu clip + .ies menu (title 0 / MO1) and movie clip with 2 audio track and 2 chapters (title 1 / MO2 / PL1)
audio button navigation commands in .ies top menu for this example is: Move [0] 1 for first audio and Move [0] 2 for the second
chapters button navigation commands is: Move [1] 1 + JumpTitle 1 for first chapter and Move [1] 2 + JumpTitle 1 for the second
MO2 navigation commands now must look like:
start:
If [0] == 1
SetStream ShowPG_textST:Off Audio:1
If [0] == 2
SetStream ShowPG_textST:Off Audio:2
If [1] == 0
PlayPLatMK 1 0
If [1] == 1
PlayPLatMK 1 0
If [1] == 2
PlayPLatMK 1 1
JumpTitle 0
Read about Navigation commands list in EasyBD help file.

www669
19th February 2011, 14:34
Navigations Commands.pdf how to download????????????

Roger1972
19th February 2011, 16:32
Navigations Commands.pdf how to download????????????

Attachments Pending Approval......

Roger1972
19th February 2011, 16:34
LinkMK + SetStream works within one title. top menu and movie it's two different titles.
you need use registers to pass settings from one title to another.
let say you have top menu clip + .ies menu (title 0 / MO1) and movie clip with 2 audio track and 2 chapters (title 1 / MO2 / PL1)
audio button navigation commands in .ies top menu for this example is: Move [0] 1 for first audio and Move [0] 2 for the second
chapters button navigation commands is: Move [1] 1 + JumpTitle 1 for first chapter and Move [1] 2 + JumpTitle 1 for the second
MO2 navigation commands now must look like:

Read about Navigation commands list in EasyBD help file.

thanks for help :)

www669
24th February 2011, 16:53
Navigations Commands.pdf

thanks for your share!