W
W
wolron2021-11-07 11:45:19
Python
wolron, 2021-11-07 11:45:19

How to play a video file in Python with automatic closing after viewing?

The task is this - the video should start, go to the end and the player window will close automatically.

This code starts the video player and the video is played. But after the end of the video, the player window is not removed unless you click on the red cross in the upper right corner.
How to make the player window disappear after the end of the video?

import subprocess
subprocess.call("d:\\file.avi", shell=True)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question