Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 770 Bytes

readme.md

File metadata and controls

39 lines (24 loc) · 770 Bytes

Multi video

Tool to run many video at same time.

There are two implemented players:

Vlc

The vlc player must be configured to allow multiple instances. Unix pipe are used to communicate with vlc via remote control interface.

To find, move and resize window position 'xdotool' is used. After vlc start, it is awaited short time on vlc windows initialization.

Tested on VLC version:

  • 4.0.0-dev Otto Chriek

Warning:

In VLC settings minimal interface must be disabled.

Usage:

  1. Create configuration
  2. Save configuration
  3. Run vlc instances

installation

PyQt5 must be installed before multi_vlc

python -m pip install PyQt5
python setup.py install