https://github.com/lhr0909/asciinema-mp4
Render High Quality Terminal Output using Asciinema and Remotion
https://github.com/lhr0909/asciinema-mp4
ascii-graphics asciinema asciinema-player remotion terminal-player video-rendering
Last synced: 4 months ago
JSON representation
Render High Quality Terminal Output using Asciinema and Remotion
- Host: GitHub
- URL: https://github.com/lhr0909/asciinema-mp4
- Owner: lhr0909
- Created: 2022-02-05T17:05:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T00:30:59.000Z (over 2 years ago)
- Last Synced: 2025-04-08T11:21:14.677Z (6 months ago)
- Topics: ascii-graphics, asciinema, asciinema-player, remotion, terminal-player, video-rendering
- Language: TypeScript
- Homepage: https://www.divby0.io/posts/high-quality-terminal-videos
- Size: 304 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Render High Quality Terminal Output Videos
This project uses [Remotion](https://www.remotion.dev) and [asciinema-player](https://github.com/asciinema/asciinema-player) to render high quality videos of terminal output. If you are a developer and produce videos online, this is the project to get your terminal output looking sharp.
[Blog Post](https://www.divby0.io/posts/high-quality-terminal-videos)
## Commands
**Install Dependencies**
```console
pnpm i
```**Start Preview**
```console
pnpm start
```**Render video**
```console
pnpm build
```**Upgrade Remotion**
```console
pnpm run upgrade
```## License
[MIT](./LICENSE)