This example shows how to control pronunciation and narration pauses in Video Puppet.
Check out the outcome in result.mp4
.
Upload the script
directory to a Video Puppet project. The main script file is source.md
.
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)