aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--transcoder/src/snippet.rs3
1 files changed, 3 insertions, 0 deletions
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,