How to Extract Video Duration from a PowerPoint Presentation in C++?

Hello Team,

I am using Aspose Slides for CPP/ I am trying to extract a video’s duration from the presentation… I am able to extract the video frames but is there a way to get the duration of the video that we are extracting from the slides?

Thanks

@pankajku,
Thank you for posting the question.

Unfortunately, PowerPoint does not have the property to extract the duration from a video and Aspose.Slides does not provide such a feature. You should use a third-party library to extract the duration from videos.

Hi,

I found one solution in this post. Is this valid?

@pankajku,
Unfortunately, the Xuggler is not an Aspose product. I cannot answer your question. You should do your research.