An open API service indexing awesome lists of open source software.

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

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)