Conversation

Jarkko Sakkinen

Edited 10 days ago
find . -maxdepth 1 -name "*.wav" -printf "%f\0" | xargs -0 -I{} ffmpeg -hide_banner -loglevel error -y -i "{}" -ar 48000 -ac 1 -c:a pcm_s16le -af "loudnorm=TP=-1.0" "mono_{}"

just a remainder to myself :-)

1
0
0

@jarkko this sounds like a .sh file placed in ~/.local/bin

0
0
0