Skip to content

jfxia/multi-window-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Window Video Player

Two modes supported:

(1)Single Video Mode: A video file can be played in multiple windows at the same time.

(2)Multi Video Mode: Multiple video files can be played independently.

The player program is on the basis of VLC(https://www.videolan.org/vlc) and PyQt5, so make sure VLC and PyQt5 have been installed before running this program.

pip install PyQt5 vlc

And change the vlc_path value in play.conf if necessary.

vlc_path = C:\Program Files\VideoLAN\VLC

Usage:

python play.py

Single video mode screenshot:

single video mode

Multi video mode screenshot:

multi video mode

WARNING: VLC is such tough a memory monster that an instance of VLC may occupy 150MB memory.So, if you watch 4 or more video files at the same time, the player may not work as expected.

Don't ask what the program does, it's just abstract nonsense

About

Play a video in multiple windows synchronously

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages