feat: Add ffmpeg remuxing for faststart

This commit is contained in:
2026-04-13 16:37:52 +02:00
parent fbf8681df0
commit 73692b0a02
7 changed files with 420 additions and 236 deletions
+1
View File
@@ -3,6 +3,7 @@ pub mod config;
pub mod error;
pub mod models;
pub mod routes;
pub mod transcribe;
use std::sync::Arc;