Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wyattblue/nim-auto-editor

nim-auto-editor
https://github.com/wyattblue/nim-auto-editor

audio audio-editing audio-processing automatic nim video video-editing video-processing

Last synced: 28 days ago
JSON representation

nim-auto-editor

Awesome Lists containing this project

README

        

**Auto-Editor** is a command line application for automatically **editing video and audio** using audio loudness.

This is Auto-Editor, written in the Nim programming language.

---

## Why Nim?
Nim produces a much tinier standalone binary than Python w/ pyinstaller. Nim is faster and has a better type checker.

## Building
You will need [the Nim compiler](https://nim-lang.org/), a Unix environment, and `make`.

```
make setup
make
```