From 692ac8b8a18d7fd69ff030a5802e97d474cbd718 Mon Sep 17 00:00:00 2001
From: duoduo70 <81518666+duoduo70@users.noreply.github.com>
Date: Wed, 9 Oct 2024 06:26:38 +0800
Subject: [PATCH 1/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ee79986..b9b151e 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,7 @@ If you didn't use CUDA models before, some additional steps might be needed one
3. **Install ffmpeg**:
> **Note**: *Installation of ffmpeg might not actually be needed to operate RealtimeSTT* *thanks to jgilbert2017 for pointing this out
+ > Upstream does not support the use of ffmpeg7 yet. Please ensure that the installed ffmpeg version is correct (either ffmpeg5 or ffmpeg6).
You can download an installer for your OS from the [ffmpeg Website](https://ffmpeg.org/download.html).
From 7e83f51c03605cc0b1217f95fc1f46ed4106c913 Mon Sep 17 00:00:00 2001
From: duoduo70 <81518666+duoduo70@users.noreply.github.com>
Date: Wed, 9 Oct 2024 06:29:01 +0800
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b9b151e..48c17fd 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ If you didn't use CUDA models before, some additional steps might be needed one
3. **Install ffmpeg**:
- > **Note**: *Installation of ffmpeg might not actually be needed to operate RealtimeSTT* *thanks to jgilbert2017 for pointing this out
+ > **Note**: *Installation of ffmpeg might not actually be needed to operate RealtimeSTT* *thanks to jgilbert2017 for pointing this out
> Upstream does not support the use of ffmpeg7 yet. Please ensure that the installed ffmpeg version is correct (either ffmpeg5 or ffmpeg6).
You can download an installer for your OS from the [ffmpeg Website](https://ffmpeg.org/download.html).