An open API service indexing awesome lists of open source software.

https://github.com/hamidb80/multi_media_player_with_paint

some media players on top and paint on bottom - using libvlc & GTK3
https://github.com/hamidb80/multi_media_player_with_paint

gtk gtk3 libvlc python vlc

Last synced: 26 days ago
JSON representation

some media players on top and paint on bottom - using libvlc & GTK3

Awesome Lists containing this project

README

          

# multi video player + paint

**tested on ubuntu 20.04**

## install using `pip3`
- `python-vlc`
- `pygobject`

## run with
```
python3 main.py VIDEO_PATH1 VIDEO_PATH2 ...
```

## useful links
- [multi video player](https://github.com/oaubert/python-vlc/blob/master/examples/gtkvlc.py)
- [paint app with GTK3](https://stackoverflow.com/questions/38143037/cairo-gtk-draw-a-line-with-transparency-like-a-highlighter-pen)