Audio Convert
Transcode a folder of audio between formats and optionally loudness-normalize (EBU R128) so a whole library plays at a consistent volume. ffmpeg only — no downloading.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
inputDir |
yes | — | Source folder |
toFormat |
no | mp3 | mp3, m4a, opus, flac, wav |
bitrate |
no | 192k | e.g. 192k, 320k |
normalize |
no | false | true = EBU R128 normalize |
outputDir |
no | <inputDir>/converted |
Where to write |
Requires ffmpeg.
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
convertedcountresult
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
inputDir |
string | yes | — | Folder of source audio files. |
toFormat |
string | no | mp3 |
Target format: mp3, m4a, opus, flac, wav. |
bitrate |
string | no | 192k |
Target audio bitrate, e.g. 192k, 320k. |
normalize |
string | no | false |
true = apply EBU R128 loudness normalization. |
outputDir |
string | no | — | Output folder (default: |