Hi,
Is it possible to embed youtube video in pptx presentation?
Only way to add video that I found is this:
https://python-pptx.readthedocs.io/en/latest/api/shapes.html#pptx.shapes.shapetree.SlideShapes.add_movie
but here we have to provide video file for it.
I think it is not legal for me to download a video from youtube and put it in presentation (also presentation might be too large as a result).
Hi,
Is it possible to embed youtube video in pptx presentation?
Only way to add video that I found is this:
https://python-pptx.readthedocs.io/en/latest/api/shapes.html#pptx.shapes.shapetree.SlideShapes.add_movie
but here we have to provide video file for it.
I think it is not legal for me to download a video from youtube and put it in presentation (also presentation might be too large as a result).