Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.04 KB

Controlling pronunciation

This example shows how to control pronunciation and narration pauses 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

You can use the standard markdown emphasis or strikethroughs to add emphasis or reduce importance for a specific sentence, and use stage directions such as pause, voice-volume, voice-speed or voice-emphasis to control the pronunciation. Check out the Controlling pronunciation reference for more information.

You can also use SSML markup, and wrap the narration into <speak></speak> tags. For example, the following scene sets a moderate emphasis using SSML.

<speak>
  <emphasis level="moderate">
    This is an important announcement
  </emphasis>
</speak>

![cover](london.jpg)