aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-24 12:42:54 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-24 12:42:54 +0200
commitc0d3e4a8918110d1262fab074953e6b9f92ebd92 (patch)
tree848e7bca294c207a9df95c4dc873c9ce3b02612c
parent784530b4793f30683a078ed6cd75be2a6b18a0ad (diff)
downloadjellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar
jellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar.bz2
jellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar.zst
note odd height problem
-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,