Search found 9 matches
- Fri Aug 16, 2024 12:12 am
- Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
- Topic: Return previous audio when reinserting disc
- Replies: 5
- Views: 7803
Re: Return previous audio when reinserting disc
int audio = manager.getAudioID('Movie', true); if (audio < 5) { manager.setGPR(1, audio); } commentary OFF button: Code: Select all manager.selectAudioStream('Movie', manager.getGPR(1), manager.getPlaylistID() == 'Movie'); Good evening, this code works perfectly to activate the previous audio, but ...
- Fri Jul 05, 2024 3:11 pm
- Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
- Topic: Return previous audio when reinserting disc
- Replies: 5
- Views: 7803
Re: Return previous audio when reinserting disc
Thank you, it worked perfectly,just one last question I have a time timeline that hides after 4 frames, I added a script so that when it reaches that time it takes it to a blank menu, but the fade out effect is not executed, it goes straight to the other menu, this it's normal? Shouldn't you do the ...
- Wed Jul 03, 2024 10:17 pm
- Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
- Topic: Return previous audio when reinserting disc
- Replies: 5
- Views: 7803
Return previous audio when reinserting disc
Sorry for my English but I'm using a translator. How can I make this command work correctly I have a film with the director's commentary, I put it as the fifth audio. Let's suppose I choose audio 3 in the audio menu which is in Spanish, then I activate the director's audio and stop the disc from pla...
- Thu Jan 04, 2024 2:03 am
- 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: 11237
Re: move marker and time to current chapter selected
everything works perfectly, thanks again
- Wed Jan 03, 2024 10:25 am
- 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: 11237
move marker and time to current chapter selected
How can I do this configuration
I want to move the "marker and time" cursor to the selected scene, I'll take a video as an example
https://drive.google.com/file/d/1TbVfqg ... hkwOx/view
I want to move the "marker and time" cursor to the selected scene, I'll take a video as an example
https://drive.google.com/file/d/1TbVfqg ... hkwOx/view
- Thu Dec 28, 2023 4:18 pm
- Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
- Topic: Open sound
- Replies: 1
- Views: 10551
Open sound
Is the "Open Sound" option running in version 4.6.2.2124? Why do I put a sound to play as soon as the resume menu appears, but the sound is not played, I am using the scenario to export, the sound I put on the buttons are working correctly
- Tue Dec 12, 2023 11:41 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: 13
- Views: 24067
Re: Resume Menu with the last frame of the movie
Thanks alexey the code worked perfectly, one last question, the "reset resume" function does not work on the "NO" button, when the "Restore on disc load" option is used correct?
- Mon Dec 11, 2023 10:20 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: 13
- Views: 24067
Re: Resume Menu with the last frame of the movie
Thanks for the answer, but I found it a little complicated to configure, I tried to place the command when the disc is inserted for the second time, but this menu only appears when I click play in the main menu, this is the current configuration I use ----------------------- it works well, but I rea...
- Sun Dec 10, 2023 2:09 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: 13
- Views: 24067
Resume Menu with the last frame of the movie
Hello, is there a way to set up a setting to take the last frame of the movie and use it as a background on this summary screen?