Relative n00b to authoring here - and so my apologies in advance if this is a stupid question, but I have googled around in search of an answer but have thus far come up empty handed.
Using EasyBD / QuickBM / IGEditor
Here's the issue - I am creating a super simple BR menu - first page= select subs - english/arabic/no subs, second page= play with/without intro or go back to previous menu.
Everything is working perfectly on 3 of 4 DVD players we have (1 Sony region B - Sony BDP-S185, 1 sony region A - Sony BDP-S1200, 1 Panasonic region A - DMP-BD81).
On our 4th player - a Yamaha region B player (Yamaha BD-S1065) that is slightly older than the other models - whichever subtitle I select in the first menu the same subtitle is on when the movie plays.
I believe the issue may be in the code not be recognised from IGEditor specifying which subtitle track to play as the BR player will play which subtitle is listed as #1 in EasyBD.
The code in the buttons are (so that it goes to the appropriate button on the next page where I can select play with/without intro):
andSetStream PG_textST:1 ShowPG_textST:On
SetButtonPage Button:3 Page(Effect:On):1
I have reversed the order of the code, previously it was:SetStream PG_textST:2 ShowPG_textST:On
SetButtonPage Button:3 Page(Effect:On):1
I have tried making the menu multiplexed and non-multiplexed. Does anyone have any other potential solutions?SetStream ShowPG_textST:On PG_textST:1
SetButtonPage Button:3 Page(Effect:On):1
In desperate need of help as deadline is tomorrow and be looking for a solution to this for days?
Many thanks in advance for any help!!!