From 9d87c61a3972ee1d1f3d935ff50674d63602dfc6 Mon Sep 17 00:00:00 2001
From: Dominic <git@msrd0.de>
Date: Fri, 17 May 2024 22:57:17 +0200
Subject: [PATCH] render 1080p using av1

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index f59f2fe..b21fbdd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -130,7 +130,7 @@ macro_rules! resolutions {
 resolutions! {
 	nHD: 640 x 360 at 500_000 in AvcAac,
 	HD: 1280 x 720 at 1_000_000 in AvcAac,
-	FullHD: 1920 x 1080 at 2_000_000 in AvcAac,
+	FullHD: 1920 x 1080 at 2_000_000 in Av1Opus,
 	WQHD: 2560 x 1440 at 3_000_000 in Av1Opus,
 	// TODO qsx muss mal sagen wieviel bitrate für 4k
 	UHD: 3840 x 2160 at 4_000_000 in Av1Opus
-- 
GitLab