Search found 407 matches

by Alexey Kolesnikov
Sun Dec 03, 2023 1:00 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 167
Views: 264640

Re: Blu-Disc Studio beta versions

4.6.2.2118:
+ Added ability to specify state for the "Copy to..." → "Copy as static".
+ Log colorized.
+ Bugfixes.
by Alexey Kolesnikov
Sat Dec 02, 2023 9:53 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 167
Views: 264640

Re: Blu-Disc Studio beta versions

4.6.1.2116:
+ Added drag'n'drop from file explorer.
+ Added "Project properties" → Streams → "Allow last chapter at last frame".
+ Subtitles 32-bit renderer fixed.
by Alexey Kolesnikov
Wed Nov 29, 2023 4:58 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3162

Re: Sound Up Sound Down

manager.getPlaybackRate() just returns the current playback rate. It does not say which button was pressed. There is no function that says which button was pressed. But you can assign an action for the "Next track" and "Prev track" in the "Remote controls buttons" section of each menu/popup/movie/pl...
by Alexey Kolesnikov
Mon Nov 27, 2023 5:19 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Loading in javascript code
Replies: 6
Views: 3653

Re: Loading in javascript code

I added delay for the loading stages in the JAR settings in the latest beta.
by Alexey Kolesnikov
Mon Nov 27, 2023 5:17 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3162

Re: Sound Up Sound Down

I added functions manager.getLevel() and manager.getDB().
So now you can use

Code: Select all

if (manager.getLevel() == 1.0f) {
  manager.moveToXY("F:PM_****.***", ***, ***);
}
by Alexey Kolesnikov
Sun Nov 26, 2023 9:05 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3162

Re: Sound Up Sound Down

well... to use Java you need to learn Java :)

This is a function that sets the value:
manager.setLevel(1.0f);

But you right - I need to add getLevel() and getDB() to get values. Will add in the next beta.
by Alexey Kolesnikov
Sun Nov 26, 2023 7:11 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Loading in javascript code
Replies: 6
Views: 3653

Re: Loading in javascript code

Hi,

Well... currently not, but I can add a delay for loading stages.
by Alexey Kolesnikov
Sun Nov 26, 2023 6:02 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 3162

Re: Sound Up Sound Down

Hi, There are 2 functions available in script: 1) manager.setLevel(float level) https://docs.oracle.com/javame/config/cdc/opt-pkgs/api/jsr927/javax/media/GainControl.html#setLevel(float) 2) manager.setDB(float db) https://docs.oracle.com/javame/config/cdc/opt-pkgs/api/jsr927/javax/media/GainControl....
by Alexey Kolesnikov
Sun Nov 26, 2023 5:16 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 167
Views: 264640

Re: Blu-Disc Studio beta versions

4.6.1.2112:
+ Added delay for the loading stages.
+ Added functions getLevel() and getDB().
+ Added "Project properties" → Menu → "Menu end action".