You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build.md
+31-5Lines changed: 31 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,38 @@ Libs: -framework Accelerate -framework Metal -framework Foundation -framework Co
27
27
28
28
I don't know what the windows one should be as I don't have a windows machine.
29
29
30
-
## Ubuntu 22.04
30
+
## FFmpeg
31
31
32
-
Installing FFmpeg 6.1 libraries
32
+
Required for decoding media files into audio which is suitable for audio detection and transcription.
33
+
34
+
### MacOS
35
+
36
+
On Macintosh with homebrew, for example:
37
+
38
+
```bash
39
+
brew install ffmpeg@6 make
40
+
brew link ffmpeg@6
41
+
```
42
+
43
+
### Debian
44
+
45
+
If you're using Debian you may not be able to get the ffmpeg 6 unless you first of all add the debi-multimedia repository. You can do this by adding the following line to your /etc/apt/sources.list file:
0 commit comments