This example shows how to automatically adjust the volume of embedded videos in Narakeet.
Check out the outcome in result.mp4
.
Upload the script
directory to a Narakeet project. The main script file is source.md
.
When adding a video to a scene, Narakeet can adjust the volume. You can set a numerical volume multipler in a stage direction:
(video:
file: tube.mp4
volume: 0.5)
You can also set the volume mute
(equivalent to 0). This is particularly useful as a shortcut because you can use it in markdown properties, for example
![mute](tube.mp4)
Check out Scene videos for more information on scene video options.