diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-24 12:42:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-24 12:42:54 +0200 |
commit | c0d3e4a8918110d1262fab074953e6b9f92ebd92 (patch) | |
tree | 848e7bca294c207a9df95c4dc873c9ce3b02612c /transcoder/src | |
parent | 784530b4793f30683a078ed6cd75be2a6b18a0ad (diff) | |
download | jellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar jellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar.bz2 jellything-c0d3e4a8918110d1262fab074953e6b9f92ebd92.tar.zst |
note odd height problem
Diffstat (limited to 'transcoder/src')
-rw-r--r-- | transcoder/src/snippet.rs | 3 |
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, |