From 2e03d589cb9fec6b63125b852567a0cf0a3a4ee6 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 28 Feb 2023 18:14:43 +0000 Subject: Applicable to both phone systems --- content/posts/ffmpeg-pbx-conversions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/posts') diff --git a/content/posts/ffmpeg-pbx-conversions.md b/content/posts/ffmpeg-pbx-conversions.md index 741a615..65adc1c 100644 --- a/content/posts/ffmpeg-pbx-conversions.md +++ b/content/posts/ffmpeg-pbx-conversions.md @@ -11,7 +11,7 @@ Firstly, grab a copy of `ffmpeg` from the [official website](https://www.ffmpeg. ffmpeg -i "input.ext" -codec pcm_s16le -ar 8000 -ac 1 -ab 128k "output.wav" ``` -### LG/Ericsson eMG80 +### LG/Ericsson eMG/UCP ``` ffmpeg -i "input.ext" -codec:a pcm_mulaw -ar 8000 -ac 1 -ab 64k "output.wav" ``` -- cgit v1.2.3