Search found 406 matches

by Alexey Kolesnikov
Mon Jan 15, 2024 6:41 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Automatic carousel for Audio Menu and Subtitles!!!
Replies: 33
Views: 10838

Re: Automatic carousel for Audio Menu and Subtitles!!!

Well... There is "Generate carousel" in the right click menu that you can see if you right click on any menu or popup in the Project tree. It generates something similar.
by Alexey Kolesnikov
Sun Jan 14, 2024 7:24 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: 264343

Re: Blu-Disc Studio beta versions

4.6.2.2128:
+ Added an ability to use GPRs 1-5 for the current state highlighting.
by Alexey Kolesnikov
Sat Jan 13, 2024 12:34 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: 264343

Re: Blu-Disc Studio beta versions

4.6.2.2126:
+ Added "Dependent video" for menu/movie for 3D.
+ Custom menu playlist: added copy, paste and apply to all.
+ Bugfixes.
by Alexey Kolesnikov
Wed Jan 03, 2024 6:43 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: move marker and time to current chapter selected
Replies: 2
Views: 1682

Re: move marker and time to current chapter selected

The same way as it is done for the timeline update in the https://blu-disc.net/download/examples/Escape_DoVi_full.7z You can take an action from the "Action Every Second" from this example and add it to the right/left actions for your menu. But you need to change 2 things: 1. Instead of %time% you s...
by Alexey Kolesnikov
Thu Dec 28, 2023 5:19 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Open sound
Replies: 1
Views: 1541

Re: Open sound

It should. I just checked in 2125 and it works fine in a simple project on PowerDVD. But this feature may not work when the menu background video starts (it depends on player).
It does not play on hardware player or PowerDVD?
by Alexey Kolesnikov
Sat Dec 23, 2023 10:58 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Blu-Disc Studio beta versions
Replies: 167
Views: 264343

Re: Blu-Disc Studio beta versions

4.6.2.2124:
+ Holding the Ctrl key while "dragging" in Structure window assigns End Action for movie.
+ Added validation that HEVC video codec is used for UHD videos.
+ Removed duration validation for slideshows.
+ Added "Delete global muxer cache" in the Options to delete the whole cache.
by Alexey Kolesnikov
Wed Dec 20, 2023 7:18 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Timeline for time follow bar?
Replies: 9
Views: 4136

Re: Timeline for time follow bar?

Oh, yep, I missed the question, thx. I see only one way - using script. First of all you need to convert "[prop]: [Timer] cur movie time" to the script: manager.setText("F:PM_Scenes_1.Timer", manager.time2str(manager.getMediaTime())); As you can see it does 2 things: 1) Converts the current media ti...
by Alexey Kolesnikov
Wed Dec 20, 2023 6:06 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Timeline for time follow bar?
Replies: 9
Views: 4136

Re: Timeline for time follow bar?

DJBrunoLima wrote:
Tue Dec 19, 2023 11:08 pm
Could that be Alexey?
Not exactly. It should be:
X = %time% * 892 / %duration% + 519
Y = 666
by Alexey Kolesnikov
Tue Dec 19, 2023 9:26 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Timeline for time follow bar?
Replies: 9
Views: 4136

Re: Timeline for time follow bar?

If you mean that the time moves together with the slider - of course you can do it the same way as timeline was done. For example you can add [prop]: [Timer] move to (%time% * 1714 / %duration% + 100, 614) in the https://blu-disc.net/download/examples/Escape_DoVi_full.7z example in all places where ...