diff options
author | metamuffin <metamuffin@disroot.org> | 2023-11-18 02:46:50 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-11-18 02:46:50 +0100 |
commit | 89ecbf2027f09824c8f92e5ff4771ef72c6a44d3 (patch) | |
tree | 7707b0e98dd614d94beedd6a6d8c69686c261fdb /flowy/src/motion/enc.rs | |
parent | 28af3138598e5c5f7e4d7c70218c26f4d2f46208 (diff) | |
download | video-codec-experiments-89ecbf2027f09824c8f92e5ff4771ef72c6a44d3.tar video-codec-experiments-89ecbf2027f09824c8f92e5ff4771ef72c6a44d3.tar.bz2 video-codec-experiments-89ecbf2027f09824c8f92e5ff4771ef72c6a44d3.tar.zst |
good params
Diffstat (limited to 'flowy/src/motion/enc.rs')
-rw-r--r-- | flowy/src/motion/enc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowy/src/motion/enc.rs b/flowy/src/motion/enc.rs index cb672a7..56b459b 100644 --- a/flowy/src/motion/enc.rs +++ b/flowy/src/motion/enc.rs @@ -38,7 +38,7 @@ impl MotionEncoder { block_size: [params.block_width as i32, params.block_height as i32], output_stride: (params.width / params.block_width) as u32, search_radius: 16, - skip_threshold: 0.04, + skip_threshold: 0.07, ..Default::default() }; |