Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 835 Bytes

Narakeet video volume example

This example shows how to automatically adjust the volume of embedded videos in Narakeet.

Check out the outcome in result.mp4.

Try it out

Upload the script directory to a Narakeet project. The main script file is source.md.

How it works

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)

More information

Check out Scene videos for more information on scene video options.