Search found 401 matches

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: 3430

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: 2949

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: 165
Views: 259898

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".
by Alexey Kolesnikov
Sat Nov 25, 2023 4:09 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 165
Views: 259898

Re: Blu-Disc Studio beta versions

4.6.1.2111:
+ Fixed subtitles rendering with new engine.
+ Tools → Options → Interface → Log window font size.
+ Fixed Library filter.
+ Fixed HDR colors conversion.
+ Index generation engine for tsMuxer updated.
by Alexey Kolesnikov
Sun Nov 12, 2023 3:39 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Java code Current subtitles and audio
Replies: 5
Views: 4090

Re: Java code Current subtitles and audio

1 means played
0 means pause
positive means forward (so for forward it just returns the current speed that may be any number like 2, 10, ...)
negative means rewind (the same as above, but negative: -2, -10, ...)
by Alexey Kolesnikov
Sat Nov 11, 2023 9:37 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 165
Views: 259898

Re: Blu-Disc Studio beta versions

4.6.1.2109:
+ Added autosize for Action Matrix on action change (check Tools → Options → General → Action matrix).
+ Added Project properties → Advanced → "Execute onSelect forcibly".
+ Bugfixes.
+ Help updated.
by Alexey Kolesnikov
Thu Nov 09, 2023 11:06 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Java code Current subtitles and audio
Replies: 5
Views: 4090

Re: Java code Current subtitles and audio

There are no such "functions". You need to create a menu with images (or texts) for all languages and move them inside/outside the screen depending on what should be visible. For example, create a menu that contains images that say "English", "German" for audio and "On", "Off" for subtitles and use ...
by Alexey Kolesnikov
Wed Nov 08, 2023 5:53 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Java code Current subtitles and audio
Replies: 5
Views: 4090

Re: Java code Current subtitles and audio

Hello. What do you mean in "to put in the popup menu"? Highlight the current audio/subtitle somehow? Select the appropriate button? This depends on your menu - code will contain buttons and menus names (check the help "Advanced" -> "Script (java)" -> "Name conversion" for details). Anyway, the easie...
by Alexey Kolesnikov
Sun Nov 05, 2023 5:04 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 165
Views: 259898

Re: Blu-Disc Studio beta versions

4.6.1.2107:
+ Neon light skin added (for dark style).
+ Paste before/after now combines multi-actions.
+ Hotkeys for applying frames and replacing values in the animation edit window.
+ Activates the menu/movie in which an error occurred during compilation.