feat: font rendering + logo branding on wrapup slides
Some checks failed
CI / Check / Test (push) Failing after 43s

This commit is contained in:
2026-06-02 23:16:55 +02:00
parent 21c33b169e
commit efd1214a4c
5 changed files with 368 additions and 87 deletions

View File

@@ -530,6 +530,8 @@ pub struct VideoRenderConfig {
pub transition_duration_secs: f32,
pub resolution: (u32, u32),
pub ffmpeg_path: String,
pub font_path: Option<String>,
pub logo_path: Option<String>,
}
#[async_trait]