summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wav2mp3.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/wav2mp3.txt b/wav2mp3.txt
new file mode 100644
index 0000000..6a99e8d
--- /dev/null
+++ b/wav2mp3.txt
@@ -0,0 +1,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