Martin Packer
Martin Packer
It might help you to know that python-pptx is not a renderer. It might be possible, though to extract the videos.
That would be my guess as to an approach. And the clue to the name of each eg video on a slide is probably in the XML.
Agreed @scanny that it probably isn't necessary to process the XML; Tree walking the presentation objects is probably enough. I wonder, though, if the BLOBs are extractable while walking the...
I have - in several places - used the XML support shipped with python-pptx to extend its capabilities. I think you should consider that approach. (XSLT if you're familiar with...
I would vote against this going into python-pptx itself: I wouldn't want to throw away accuracy in calculations. (In my project - that leans heavily on python-pptx - I aim...