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
- Host: GitHub
- URL: https://github.com/hamidb80/multi_media_player_with_paint
- Owner: hamidb80
- Created: 2022-12-14T17:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T04:47:15.000Z (over 3 years ago)
- Last Synced: 2026-05-08T06:52:47.019Z (26 days ago)
- Topics: gtk, gtk3, libvlc, python, vlc
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)