Powerpoint slide with embedded video

Hello,
we currently use the Aspose.Slide product to break apart Powepoint presentations into individual files with single slide and also produce an image of the slide ; we need to be able to determine if a slide has an embedded video (I would imagine an OLE object) ; is it possible to parse the contents of the slide to determine if an embedded object is contained? also when a slide contains an embedded video and we choose to create an image, what is used to represent the embedded video? thanks for your assistance!
Sunish Abraham

Dear Sunish,

The video is always linked, but the audio file can be embedded or linked. You can check if slide has a video using the code in this thread.

<A href="https://forum.aspose.com/t/102715</A> </P> <P>You can check, what is rendered by getting the image of slide. Mostly, it is the video frame shape.</P></FONT>

Hi Shakeel,
Thanks for your response! Do you know if it is possible to modify the properties of a video/audio object on a slide? We need to modify the location of the audio/video source while processing slides in a presentation. Thank you for your help!
Sunish

Dear Sunish,

Yes, it is possible.

Both VideoFrame and AudioFrame has FileName property, which you can read/write in runtime.