musicpom/utils/create_blank_mp3.sh
2025-10-01 07:37:13 -04:00

4 lines
144 B
Bash
Executable File

#!/usr/bin/env bash
# creates a 5 second long empty mp3 file
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3