video icon indicating copy to clipboard operation
video copied to clipboard

Embed in Slideshow?

Open srfoster opened this issue 6 years ago • 4 comments

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?

srfoster avatar Jan 20 '18 04:01 srfoster

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 avatar Jun 08 '18 15:06 LeifAndersen

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

LeifAndersen avatar Jun 08 '18 15:06 LeifAndersen

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 [email protected] 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

srfoster avatar Jun 08 '18 16:06 srfoster

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.

LeifAndersen avatar Jun 10 '18 18:06 LeifAndersen