summaryrefslogtreecommitdiff
path: root/wav2mp3.txt
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2021-10-15 17:20:12 +1100
committerSt33v <github@f3rr3t.com>2021-10-15 17:20:12 +1100
commit1712147f3504f54786f0c4d700251936d5e51621 (patch)
treebcd038526c64d64e09c325cf0b8124873211d379 /wav2mp3.txt
parent4ec6c00c1cafcd39baaed270ea4cdc78c88df199 (diff)
stub for wav to mp3 converter
Diffstat (limited to 'wav2mp3.txt')
-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