-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple video slide show #157
Comments
Just updated with basic transition based on aplha blending. https://www.dropbox.com/sh/k3wygvb4xsl0ylx/AAAk1w_b9dPiUbQDexV0UQpPa?dl=0 |
this sound interesting to me, especially the playNextMovie() command. However, your dropbox link is dead, would you mind putting this on github, so we can see what you changed and maybe add this as a merge to original ofxPiMapper. |
this should work: |
Thank you very much! |
No problem, I abandoned this project some time ago but I'll try to help. |
Hi everybody. I've wrote a simple video slide show as an fbo source, that somebody may want to use.
It's very basic for now.
It's getting files from sources/video folder, for default it plays first video in loop. Calling toggleSlideShow() we may switch to slide show and back to playing only current movie. There are also playNextMovie() and playPrevMovie() which makes what it says.
In the future i would like to add some transitions between loaded movies.
https://www.dropbox.com/sh/boflyyb5nkzh667/AAA3lu1xyw4K8ofMPt8NaOROa?dl=0
The text was updated successfully, but these errors were encountered: