Video
Replace shapes with videos by providing objects containing video information.
Reference: the Video object
Download: input.zip · output.pptx
template.pptx
1
output.pptx
1
data.json
{
"slides": [
{
"template": 1,
"video1": {
"type": "video",
"src": "my-video.mp4",
"thumbnail": "thumb.png",
"scaling": "contain"
}
}
]
}