Search found 20 matches

by rickemail
Tue Apr 09, 2024 2:40 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Use features instead of files
Replies: 1
Views: 906

Use features instead of files

Hello, I would like to know what I'm doing wrong, in images 01 and 02 is the way I understand it, image 3 is the way that works, but only 4 images, my loading has 15 images
by rickemail
Wed Dec 20, 2023 3:45 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: 5980

Re: Timeline for time follow bar?

this is the correct configuration for your project bruno hehe

Taking advantage of the opportunity, how do I make the timer go backwards?

my video is 26 minutes long, I want the time to start at 00:26:00 and decrease until 00:00:00
by rickemail
Wed Nov 29, 2023 11:20 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 5042

Re: Sound Up Sound Down

I noticed that in interactive mode the film's progress bar is stuck, in the film Valerian, when pressing Next track a menu appears and goes to the next chapter of the film, I managed to put the same menu for pause and fast forward and rewind using the manager.getPlaybackRate() function I made a vide...
by rickemail
Wed Nov 29, 2023 2:56 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 5042

Re: Sound Up Sound Down

It worked perfectly thank you, the command manager.getPlaybackRate() Can it be used for next chapter and previous chapter? if (manager.getPlaybackRate() == 0) { to Pause if (manager.getPlaybackRate() == 1) { To Play if (manager.getPlaybackRate() == 2) { For Fast Forward if (manager.getPlaybackRate()...
by rickemail
Mon Nov 27, 2023 11:05 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Loading in javascript code
Replies: 6
Views: 5425

Re: Loading in javascript code

Congratulations Alexey, I also really wanted slower loading in the bds, it was perfect
by rickemail
Sun Nov 26, 2023 8:50 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 5042

Re: Sound Up Sound Down

This command is not the same as if manager.getCurrentAudioID, correct? if (manager.getCurrentAudioID() == 1) { manager.moveToXY("F:PM_****.***", ***, ***); I wanted to better understand how they work, I tried manager.setLevel(float level) == 1.0 { } if (manager.setLevel(float level) == 1.0); { manag...
by rickemail
Sun Nov 26, 2023 5:38 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Sound Up Sound Down
Replies: 7
Views: 5042

Sound Up Sound Down

Hello Alexey, it's me again haha, I always come with different requests here, but I really like customizing my projects, looking at the stargate menu, a curious thing about low sound and high sound in the menu itself, is it possible to do this in bds? I will send you a video to check it out https://...
by rickemail
Sun Nov 12, 2023 1:28 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: 6078

Re: Java code Current subtitles and audio

Thanks, worked, could you provide me the java code on how to use the "manager.getPlaybackRate" function for FF/RWD/Pause/Next/Prev in "Action every second"
by rickemail
Wed Nov 08, 2023 4:06 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: 6078

Re: Java code Current subtitles and audio

an example of the paramount menu, when you press Pause, it appears and shows the current audio and the current subtitle, in image 02 when I activate another subtitle, it appears in this menu, you can put this function in the bookmark menu in the UDF function to display the audio and subtitles active?