Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomber/record-talk-with-remotion
https://github.com/pomber/record-talk-with-remotion
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pomber/record-talk-with-remotion
- Owner: pomber
- Created: 2021-02-08T22:00:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T16:21:30.000Z (over 3 years ago)
- Last Synced: 2024-10-03T09:14:07.507Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://twitter.com/pomber/status/1359556846688886789
- Size: 81.1 MB
- Stars: 51
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-list - record-talk-with-remotion
README
This is an experiment. I'm trying to re-record [this talk](https://www.youtube.com/watch?v=xEu3t-KJVVg) using [Remotion](https://www.remotion.dev/).
The original code comes from [pomber/the-x-in-mdx](https://github.com/pomber/the-x-in-mdx), I applied a [series of hacks](https://twitter.com/pomber/status/1358893411894452228) until it worked with Remotion. Please don't reuse this code, it's just a proof of concept.
See the result [here](https://twitter.com/pomber/status/1359556846688886789).
## Commands
**Start Preview**
```console
npm start
```**Render video**
```console
npm run build
```