8 stable releases
Uses new Rust 2024
| 1.3.2 | Feb 14, 2026 |
|---|---|
| 1.3.1 | Jul 25, 2024 |
| 1.3.0 | Apr 7, 2022 |
| 1.2.2 | Aug 25, 2021 |
| 1.0.0 | Dec 28, 2020 |
#841 in Audio
35KB
1K
SLoC
audio-conv
Takes two paths, all audio files encountered in the first path are transcoded and stored in the second path. The directory structure from the first path gets also copied to the second path.
Dependencies
Requires gstreamer version 1.16 or higher with the base plugin.
The supported source audio formats (or even other media that is able to contain audio) depend on the installed gstreamer plugins.
Installation via nix flakes
audio-conv can be easily installed via nix flakes:
$ nix profile install gitlab:chpio/audio-conv/release
Generate example config
audio-conv is able to write an example config to your current directory:
$ audio-conv init
Now you need to edit the generated audio-conv.yaml file. And let it convert your audio files by running it:
$ audio-conv
Dependencies
~20–33MB
~507K SLoC