diff options
| author | St33v <github@f3rr3t.com> | 2022-01-26 14:29:54 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-26 14:29:54 +1100 |
| commit | 204886bc79d468748b9af9dca00b5dce94f0ee42 (patch) | |
| tree | abf93e15505ef51eb732139a3994b84dddab6f85 /wav2mp3.txt | |
| parent | 8434fc0b33fc469c7d65d3559a306ecc09473318 (diff) | |
sox can do it too
Diffstat (limited to 'wav2mp3.txt')
| -rw-r--r-- | wav2mp3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wav2mp3.txt b/wav2mp3.txt index 6a99e8d..25c87f0 100644 --- a/wav2mp3.txt +++ b/wav2mp3.txt @@ -8,3 +8,8 @@ ffmpeg -i openShedSlidingDoor.wav -codec:a libmp3lame -q:a 4 openShedSlidingDoor see https://trac.ffmpeg.org/wiki/Encode/MP3 S + +# 26 Jan 2022 +sox can also do it + +sox file.wav file.mp3 |
