summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/ffmpeg-pbx-conversions.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/ffmpeg-pbx-conversions.md b/content/posts/ffmpeg-pbx-conversions.md
index 55b55f7..05e87f5 100644
--- 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"