.. _sphx_glr_auto_examples_plot_video.py: video ===== Add video to your slide. .. code-block:: python from beampy import * # Remove quiet=True to get beampy compilation outputs doc = document(quiet=True) with slide('Video module'): video('./ressources/test.webm', still_image_time=5.5) display_matplotlib(gcs()) save('./examples_html_outputs/video.html') .. image:: /auto_examples/images/sphx_glr_plot_video_001.png :align: center HTML output =========== .. raw:: html Module arguments ================ .. autoclass:: beampy.video :noindex: .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: plot_video.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_video.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_