Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wyattblue/nim-auto-editor
- Owner: WyattBlue
- License: unlicense
- Created: 2023-05-10T22:15:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T14:45:37.000Z (2 months ago)
- Last Synced: 2024-10-04T19:43:47.599Z (about 2 months ago)
- Topics: audio, audio-editing, audio-processing, automatic, nim, video, video-editing, video-processing
- Language: Nim
- Homepage:
- Size: 1.54 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```