From 6d487b801038cdbb563dcbd4a152e784ff54f095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de> Date: Sat, 3 May 2025 21:14:12 +0200 Subject: [PATCH] Update example media process --- example_media_process.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_media_process.json b/example_media_process.json index 4877667..39f8d23 100644 --- a/example_media_process.json +++ b/example_media_process.json @@ -30,7 +30,7 @@ }, { "type": "text", - "text": "$LECTURE_TITLE", + "text": "$COURSE_FULL_NAME", "height": 20, "text_color": "#ffffff", "horizontal_alignment": "center", @@ -204,7 +204,7 @@ "streams": [ { "graph_id": "video_with_inoutro_logo", - "codec": "av1", + "codec": "h264", "framerate": 50, "crf": 23 }, -- GitLab