cadin / panels

Build interactive comics for the Playdate console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for PDV video files

clarklab opened this issue · comments

I've been kicking the tires and this thing is really neat! Well done.

A question: is there any way to support video? I've got a little tool that makes PDV files and I think it would open up some really interesting possibilities with video in panels. I looked through the docs but didn't see anything.

Thanks in advance!

No, there's no support for video. It's possible that you could make it work by writing a custom function, but I haven't tried.

Can you say more about what you'd want it to do and how you would expect it to work?

Currently toying with a little demo that uses Panels and the crank to advance video frame by frame (kinda like a first-person 3d sim). It's actually a really neat effect, but my process currently is:

  • convert video to 12fps
  • export image sequence
  • convert images to 1bit
  • use images to animate sequence on crank

Recently I spotted this little PDV converter, and it makes some pretty nice video. Curious if I could trigger playback inside a panel, or even better, control playback with the crank.

Of course, I understand this is beyond and niche case, and really I'm just tinkering here, so don't think too much on this one, haha.

Yeah, this is probably out of scope for Panels, but you should be able to render the video using a custom function. You could also probably somehow export the video frames as an image sequence and do it that way. Not sure if there's any file size or performance benefits to using the PDV.

I'm going to close this for now, but feel free to add comments here if you make any discoveries or if there's anything I can do to help get you unblocked.