From 99faa4cd3d6347cd1a8b0254ec86c37d56210443 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 17 Sep 2025 10:33:11 -0400 Subject: [PATCH] use av1 for encoding --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index c6862e6..a0ea6eb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,9 +29,7 @@ fn main() { "-i", "-", "-c:v", - "libx264", - "-preset", - "fast", + "libsvtav1", "output.mp4", ]) .stdin(std::process::Stdio::piped())