Simple video slide show
Opened this issue · 5 comments
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
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:
https://www.dropbox.com/s/h0v36j5nb7ha6gv/ofxPiMapper.zip?dl=0
Thank you very much!
I guess its in coded in the "mapOne" folder.
how do you do "playNextMovie()" ? is there a shortcut assigned or via dbus or is it not coded yet?
No problem, I abandoned this project some time ago but I'll try to help.
playNextMovie() is assigned to keyPressed event.