How can I add an existing video in a slide (PPT) using MATLAB?
Mostra commenti meno recenti
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.
Risposte (1)
Rahul Singhal
il 19 Mag 2021
0 voti
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 Commenti
Fabio Ambrosio
il 21 Mag 2021
Robert Hamill
il 16 Nov 2021
@Fabio Ambrosio Did you find a solution to this?
Fabio Ambrosio
il 16 Nov 2021
Modificato: Fabio Ambrosio
il 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!
Categorie
Scopri di più su Use COM Objects in MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!