How can I add an existing video in a slide (PPT) using MATLAB?
Show older comments
I need to create reports in PowerPoint (PPT) using Matlab.
I have a video in AVI format and I would like to add it in the report (PPT) created.
I can see that it is possible to add pictures with limited formats, such as .bmp .emf .eps .gif .jpeg .jpg .png .tif.
However, I cant find anything about to add video format, such as mp4, avi, wmv etc.
Is it possible to do this using Matlab? Could you help me with any solution?
Tks.
Answers (1)
Rahul Singhal
on 19 May 2021
0 votes
Hi Fabio,
Currently, the PPT API doesn't support programmatically adding a video file to a slide.
This is something the development team is aware of and is considering to support in an upcoming release.
-Rahul
4 Comments
Fabio Ambrosio
on 21 May 2021
Robert Hamill
on 16 Nov 2021
@Fabio Ambrosio Did you find a solution to this?
Fabio Ambrosio
on 16 Nov 2021
Edited: Fabio Ambrosio
on 16 Nov 2021
Any code playing that video automaticlly when entering that slide? I tried using the following code. But it is not working.
set(video.AnimationSettings.PlaySettings,'PlayOnEntry','msoTrue');
Thank you!
Categories
Find more on Use COM Objects in MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!