Very interesting. Is any of this open source? I'd love to take a look!
I'm guessing it's not open source - as I couldn't find it on your Github account or your company's account. If that's the case, would you be able to create a quick gist with a copy/paste of any of the code you can share? If you have the time I'd appreciate it!
Thanks for the reply. I was wondering if you were using the headfull chrome approach! I for one would definitely love to read some more specifics on this in the future when you have time! (And if there's anything you can open source please do!). I did a quick side project proof of concept of automating recording a webpage with video and other elements a few months ago. It's a shame there's not a way of just using headless chrome but my research let me to the headfull docker approach, so I'm happy to hear I landed on the same approach you did! Did you discover any novel tricks beyond what's been written about/open sourced already? What was the trickiest part for you?
Just curious about how you technically do the export to MP4. Can you share any details? Do you play it back in real time and record it, or do you have a way of exporting it quicker than real time?? What technical approach do you use if you don't mind me asking? Thanks!
Hi Justin. I'd be very interested in seeing that custom element! If you're able to work to get that open sourced that would be amazing. (Interested as a user of both litelement and bazel)
What's the app written in? It has a VSCode feel to it (which is great!)... Any chance it's built in typescript like VSCode too? I'd love to write a JavaScript extension or two to customise it in the future if that's the case. Can you share what it's built with and what the future extensions will need to be built with? Thanks!
Very interesting. Can you recommend any other similar projects or any related articles you're aware of so I can learn more about this approach - I'm interesting in exploring it more!
If anyone has the time and git skills to post the detailed git commands necessary for this type of workflow I (and I think others) would appreciate it!