Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 850 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 850 Bytes

Video Puppet video volume example

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

Check out the outcome in result.mp4.

Try it out

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

How it works

When adding a video to a scene, Video Puppet 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.