musicpom/utils/create_blank_mp3.sh
2024-05-30 16:30:30 -04:00

3 lines
95 B
Bash

#!/bin/bash
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3