Join Nostr
2025-02-27 18:21:28 UTC

lee on Nostr: I have an experimental documentary/autobiographical story of sorts that I've created ...

I have an experimental documentary/autobiographical story of sorts that I've created in code and features two people talking. I programmed it in javascript with WEBGL with the p5.js library.

In the next phase I want to add subtitles, but I'm not sure the best way to sync subtitles with the audio. Any suggestions? (hundreds of setTimeout functions???)

Alternatively, since the narrative is currently linear, maybe it makes more sense to render video output, and then place subtitles on top manually?? (not sure if that would be easier for me. in any case ,relies on time stamps!).