Search found 458 matches

by Alexey Kolesnikov
Thu Sep 19, 2024 5:14 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Audio confirmation and subtitles and scene thumbnails stopped!!!
Replies: 2
Views: 312

Re: Audio confirmation and subtitles and scene thumbnails stopped!!!

Well... Fix it :)

This is a logical issue in your disc, in a logic that you implemented. I can take a look on a weekend, if you send the project (Save complete project as...).
by Alexey Kolesnikov
Tue Sep 17, 2024 7:50 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Dark effect in scene menu!!!
Replies: 2
Views: 399

Re: Dark effect in scene menu!!!

Yes, this is a transparency effect for the object state. You can find it in the Properties window: Effect -> Type Opacity.
So, you can set it for all non-active chapters in the scene menus.
by Alexey Kolesnikov
Sun Sep 15, 2024 7:58 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume the summarized movie without playing the MPAA Ratings again!!!
Replies: 4
Views: 442

Re: Resume the summarized movie without playing the MPAA Ratings again!!!

But it will work for all cases - not only Home button.

Added: I mean it will do the same when you eject the disc and insert it back.
by Alexey Kolesnikov
Sun Sep 15, 2024 7:33 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume the summarized movie without playing the MPAA Ratings again!!!
Replies: 4
Views: 442

Re: Resume the summarized movie without playing the MPAA Ratings again!!!

No. There is no way to detect in Java that you're pressed Home. For Java - JAR was unloaded and Java does not know how it was done. There is no way to detect/catch Home button.
by Alexey Kolesnikov
Sat Sep 07, 2024 11:59 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 189
Views: 389427

Re: Blu-Disc Studio beta versions

4.6.5.2185
+ Edit animation/Multi-Action/SWITCH: now prompts add/replace when closing the window.
+ Added an ability to download OpenSSL and encoders in the installer.
+ Bugfixes.
by Alexey Kolesnikov
Thu Sep 05, 2024 7:35 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Audio and Subtitle Confirmation Pop UP Menu!
Replies: 9
Views: 1784

Re: Audio and Subtitle Confirmation Pop UP Menu!

well... in that case you can use a simple select subtitle action - you do not need Java.
by Alexey Kolesnikov
Thu Sep 05, 2024 5:40 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Audio and Subtitle Confirmation Pop UP Menu!
Replies: 9
Views: 1784

Re: Audio and Subtitle Confirmation Pop UP Menu!

For the separate forced subtitles you can use 'true' instead of 'false' in the last parameter.
by Alexey Kolesnikov
Wed Sep 04, 2024 7:26 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Audio and Subtitle Confirmation Pop UP Menu!
Replies: 9
Views: 1784

Re: Audio and Subtitle Confirmation Pop UP Menu!

You can do it manually. Check PSR section in the help - it says where and how audio/subtitles/menu preferred language is stored. For example for audio this is PSR 16 and for French this is 0x667261. To change subtitles from Java you can use selectSubtitleStream('Movie', 4, false, false) where: - Mov...
by Alexey Kolesnikov
Wed Sep 04, 2024 5:32 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Audio and Subtitle Confirmation Pop UP Menu!
Replies: 9
Views: 1784

Re: Audio and Subtitle Confirmation Pop UP Menu!

Well... If you have something working already - you already started :) To use scripts you should learn Java basics at least. But this particular case is not about Java - all of these things are available without it. You can set GPR in "Settings and properties" -> "Set GPR/parameter" action use GPR i...