commit b2f9ada6b29b1512ffdf5b8f281a58351535fcb2
parent dc0593153a8bf32dd5591ad56e66e09fa8e8ec4d
Author: Peter <peter@minskio.co.uk>
Date: Tue, 2 Aug 2022 16:52:24 +0100
Add Panasonic instructions
Based on downloads from working systems
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/content/posts/ffmpeg-pbx-conversions.md b/content/posts/ffmpeg-pbx-conversions.md
@@ -21,6 +21,11 @@ ffmpeg -i "input.ext" -codec:a pcm_mulaw -ar 8000 -ac 1 -ab 64k "output.wav"
ffmpeg -i "input.ext" -codec:a pcm_s16le -ar 8000 -ac 1 -ab 64k "output.wav"
```
+### Panasonic NS700/NS1000
+```
+ffmpeg -i "input.ext" -codec:a pcm_mulaw -ar 8000 -ac 1 -ab 64k "output.wav"
+```
+
### Gamma Horizon Hosted Platform
```
ffmpeg -i "input.ext" -codec:a pcm_mulaw -ar 8000 -ac 1 -ab 64k "output.wav"