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: docs/config/extensions/ffmpeg.mdx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@ export default defineConfig({
19
19
});
20
20
```
21
21
22
-
By default, this will install the version of `ffmpeg` that is available in the Debian package manager. If you need a specific version, you can pass in the version as an argument:
22
+
By default, this will install the version of `ffmpeg` that is available in the Debian package manager (via `apt`).
23
+
24
+
## FFmpeg 7.x (static build)
25
+
26
+
If you need FFmpeg 7.x, you can pass `{ version: "7" }` to the extension. This will install a static build of FFmpeg 7.x instead of using the Debian package:
0 commit comments