-
Notifications
You must be signed in to change notification settings - Fork 14
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
Embed in Slideshow? #44
Comments
There is my slideshow source code, which is a bit of a mess. But I'd be happy to put together a package to embed Video's directly in slideshows. Would you also want playback controls in the videos? |
(Also, I apologize for the delayed response. Apparently github didn't notify of new issues in this repository.) |
Videos in slideshows would be HUGE for me! Playback controls would be nice
to have, of course. But honestly, just embedding them would be useful
enough to improve upon what I'm currently doing. Happy to help with this
if there's anything I can do!
(Embarrassingly, my current "state of the art" with movies in Slideshow is
just to convert it into a bunch of PNGs and then spit them out onto a
canvas in a separate thread. Like Jay did here:
http://jeapostrophe.github.io/2013-09-30-pkgtalk-post.html)
On Fri, Jun 8, 2018 at 8:15 AM Leif Andersen ***@***.***> wrote:
(Also, I apologize for the delayed response. Apparently github didn't
notify of new issues in this repository.)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAuqkzd30EHAIX5jPkWVpxC-n8r2mZsTks5t6pT4gaJpZM4RlTpv>
.
--
Stephen R. Foster, Ph.D., CEO
stephenfoster.us
multidimensionalgames.com
learntomod.com
vox-l.com
thoughtstem.com
|
Ah. Oh boy...that I am sure uses a lot of ram. Anyway, here is the code for the slides I use: https://github.com/LeifAndersen/bob2018/blob/master/demo.rkt If you give me a week or so I'll I can probably polish it into a proper package. |
I noticed in the RacketCon talk, videos were embedded in the slideshow presentation:
https://www.youtube.com/watch?v=OZXslNVaCOQ
Is there somewhere I could find a simple example of how to do that?
The text was updated successfully, but these errors were encountered: