videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
125 stars 12 forks source link

Embed in Slideshow? #44

Open srfoster opened 6 years ago

srfoster commented 6 years ago

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?

LeifAndersen commented 6 years ago

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?

LeifAndersen commented 6 years ago

(Also, I apologize for the delayed response. Apparently github didn't notify of new issues in this repository.)

srfoster commented 6 years ago

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 notifications@github.com 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 https://github.com/videolang/video/issues/44#issuecomment-395792882, 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

LeifAndersen commented 6 years ago

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.