blob: 6a99e8d13b7e402ac09c091da34ece2c8da5460d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 15 Oct 2021
ffmpeg -i openShedSlidingDoor.wav -codec:a libmp3lame -q:a 4 openShedSlidingDoor.mp3
# build this out.
-q:a <n> ==mp3 quality
see https://trac.ffmpeg.org/wiki/Encode/MP3
S
|