# Examples from pyvista.Plotter.open_movie
# ========================================

# Open a MP4 movie and set the quality to maximum.
import pyvista as pv
pl = pv.Plotter()
pl.open_movie('movie.mp4', quality=10)

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

