Search found 408 matches

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

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

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

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

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: 168
Views: 264773

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: 168
Views: 264773

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

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".
by Alexey Kolesnikov
Tue Dec 12, 2023 7:30 am
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: 3423

Re: Resume Menu with the last frame of the movie

You still need to check CanResumeMovie and if yes - set GPR[10] to 1 and call Play MOVIE. I would recommend to do it in the next way: - In the Project Properties -> General -> JAR signing -> Disc settings = Restore on disc load - In the Project Properties -> Advanced -> Action Every Second (at the c...
by Alexey Kolesnikov
Sun Dec 10, 2023 5:40 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: 3423

Re: Resume Menu with the last frame of the movie

Hello, There is no simple (and perfect) way to do this. In theory, you can try the next way: - Place this menu in the popup - Set some GPR to some value as a flag (for example GPR[10] = 1) - Resume the movie - In the Action Every Second of the movie check that GPR[10]=1 and if yes: -- set GPR[10] = ...