https://github.com/memo/msamultivideoplayer
a very simple cross platform application to position and play multiple videos anywhere on the screen (or multiple screens).
https://github.com/memo/msamultivideoplayer
Last synced: over 1 year ago
JSON representation
a very simple cross platform application to position and play multiple videos anywhere on the screen (or multiple screens).
- Host: GitHub
- URL: https://github.com/memo/msamultivideoplayer
- Owner: memo
- Created: 2013-06-16T23:30:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T23:35:51.000Z (about 13 years ago)
- Last Synced: 2025-03-02T17:09:49.278Z (over 1 year ago)
- Language: C++
- Size: 1.46 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
MSAMultiVideoPlayer is a very simple cross platform application to position and play multiple videos anywhere on the screen (or multiple screens).
Edit the XML file to specific any number of videos with:
- filename
- autoplay on startup (or not)
- loop (or not)
- volume (0...1)
- key to trigger play (or pause) of the video
- position and size on screen (could be on any screen if you have a large number of screens connected)
written in C++ and made with openFrameworks (v0.7.4)