3 lines
95 B
Bash
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
|