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
move marker and time to current chapter selected
-
- Posts: 9
- Joined: Sun Dec 10, 2023 2:05 pm
-
- Posts: 472
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
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/ ... Vi_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 should use the time in seconds for each chapter.
2. Instead of "Set text to the current movie time" you should use "Set text" and specify the time text manually for each chapter.
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 should use the time in seconds for each chapter.
2. Instead of "Set text to the current movie time" you should use "Set text" and specify the time text manually for each chapter.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
- Posts: 9
- Joined: Sun Dec 10, 2023 2:05 pm
Re: move marker and time to current chapter selected
everything works perfectly, thanks again