[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66460] [PATCH] gnu: ffmpeg: add svt-av1 support
From: |
Andy Tai |
Subject: |
[bug#66460] [PATCH] gnu: ffmpeg: add svt-av1 support |
Date: |
Tue, 10 Oct 2023 23:16:43 -0700 |
* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6ce0cbf1..a2d9fe054c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
soxr
speex
srt
+ svt-av1
twolame
vidstab
x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
"--enable-libsoxr"
"--enable-libspeex"
"--enable-libsrt"
+ "--enable-libsvtav1"
"--enable-libtheora"
"--enable-libtwolame"
"--enable-libvidstab"
base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
--
2.41.0
- [bug#66460] [PATCH] gnu: ffmpeg: add svt-av1 support,
Andy Tai <=