info-beamer-nodes
info-beamer-nodes copied to clipboard
info-beamer-nodes-seamless pi only?
Trying to run the open source version out on ubuntu, but when trying out the seamless sample you have(which works on the pi) gives me the following:
info-beamer pi version required
Is there a version of this for the non-pi info-beamer?
Thanks
The open source version uses software decoding for all videos. You'd have to open the first video, step through it frame by frame. You can use the util.videoplayer
helper function for that, see here. Once video:draw(...)
returns false (= video ended), open the next video and switch to it.