From c0d3e4a8918110d1262fab074953e6b9f92ebd92 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Oct 2023 12:42:54 +0200 Subject: note odd height problem --- transcoder/src/snippet.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'transcoder/src/snippet.rs') diff --git a/transcoder/src/snippet.rs b/transcoder/src/snippet.rs index 4a55c13..50f5a82 100644 --- a/transcoder/src/snippet.rs +++ b/transcoder/src/snippet.rs @@ -14,6 +14,9 @@ use tokio::{ process::{ChildStdin, Command}, }; +// TODO odd video resolutions can cause errors when transcoding to YUV42{0,2} +// TODO with an implementation that cant handle it (SVT-AV1 such an impl). + pub async fn transcode( key: &str, enc: &EncodingProfile, -- cgit v1.2.3-70-g09d2