Search found 401 matches

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

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

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

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

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

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 ...
by Alexey Kolesnikov
Tue Dec 19, 2023 7:53 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: 3891

Re: Timeline for time follow bar?

Hello!

What do you mean in "follow"? Could you provide an example?
by Alexey Kolesnikov
Mon Dec 18, 2023 4:40 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: why this happend?
Replies: 2
Views: 2133

Re: why this happend?

This warning is shown if "Project properties" -> General -> Scenarist -> "Assets update is required" is enabled and you are using InTime/OutTime. So there are 2 ways:
1. Disable "Assets update is required"
2. Set InTime/OutTime in Scenarist after updating the assets (recommended).
by Alexey Kolesnikov
Sun Dec 17, 2023 9:55 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: 260519

Re: Blu-Disc Studio beta versions

4.6.2.2123:
+ Added basic video compatibility check.
+ Bugfixes.
by Alexey Kolesnikov
Sat Dec 16, 2023 9:43 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: 260519

Re: Blu-Disc Studio beta versions

4.6.2.2122:
+ Added partial re-mux for internal muxer and tsMuxer (in the right-click menu of Project Tree).
+ Added next/prev chapter buttons in the Scenes window.
by Alexey Kolesnikov
Wed Dec 13, 2023 3:01 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Resume Menu with the last frame of the movie
Replies: 5
Views: 3219

Re: Resume Menu with the last frame of the movie

It should work, but you can add it to the "No" action - convert the action to multiaction and add "Reset resume".