Show HN: From Markdown to Video
videopuppet.com
Show HN: From Markdown to Video
1–10 of 77 posts
Re: Show HN: From Markdown to Video
#2Re: Show HN: From Markdown to Video
#3Just completed full support for scripting videos as Markdown files using Video Puppet. Check out the post for some basic info. For more examples, see https://github.com/videopuppet/examples
In the meantime, could you write a bit what different pieces of technology/services you're using to build all this?
Re: Show HN: From Markdown to Video
#4Re: Show HN: From Markdown to Video
#5Looks cool, love the idea of using version control for video content. No mention of pricing that I could find easily.
> This application is currently in beta version. While in beta, the application is free, and allows anyone to upload assets up to 25 MB. We will announce commercial pricing later, when the full version becomes ready. For now, experiment as much as you like!
Re: Show HN: From Markdown to Video
#6Just completed full support for scripting videos as Markdown files using Video Puppet. Check out the post for some basic info. For more examples, see https://github.com/videopuppet/examples
It looks pretty amazing, trying it out right now. In the meantime, could you write a bit what different pieces of technology/services you're using to build all this?
Under the hood, the conversion system is using Chrome headless to generate slides, render markdown and provide syntax highlighting. Most of the video and audio processing is with FFMpeg and SOX.
Re: Show HN: From Markdown to Video
#7Re: Show HN: From Markdown to Video
#8Wow, really nice! I will try using this as an extra resource for teaching my coding classes.
---

```js
//anything here will be rendered as a slide on top of the background, with javascript highligthing
```
---
There's a full example here: https://github.com/videopuppet/examples/tree/master/slides