-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.xml
More file actions
11 lines (11 loc) · 878 Bytes
/
script.xml
File metadata and controls
11 lines (11 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
<video resolution="1920x1080">
<background color="lightgrey"/>
<emotion name="speaking_low" duration="0.5"/>
<espeech emotion="happy" duration="auto">Hello! This is a completely automated video I made using Python.</espeech>
<textspeech duration="5">In my current workflow, I write a script and it gets processed into a video.</textspeech>
<textspeech duration="5">The script has custom formatting and commands, like ESPEECH, START or END.</textspeech>
<espeech emotion="happy_screaming" duration="auto">I hope you like it! For the assets, I used my own scanned sketches.</espeech>
<espeech emotion="speaking_low" duration="auto">But the script isn't perfect. For now, it's just a proof of concept.</espeech>
<textspeech duration="5">But nevertheless, pretty cool! Goodbye!</textspeech>
<end output="video.mp4" fps="12"/>
</video>