diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-30 19:25:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-30 19:25:28 +0100 |
commit | 23d6c2d3b56145999c14596733853bc6de49eff3 (patch) | |
tree | 5357c90cb2acd8ea44b6af1aa07a546af9a7639f /evc/scripts/bench_out | |
parent | cb2597ef6c3c11c11ba50021a5502efef1cf127a (diff) | |
download | video-codec-experiments-23d6c2d3b56145999c14596733853bc6de49eff3.tar video-codec-experiments-23d6c2d3b56145999c14596733853bc6de49eff3.tar.bz2 video-codec-experiments-23d6c2d3b56145999c14596733853bc6de49eff3.tar.zst |
fixed: linear transform, value scale and command line ars
Diffstat (limited to 'evc/scripts/bench_out')
-rwxr-xr-x | evc/scripts/bench_out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evc/scripts/bench_out b/evc/scripts/bench_out index 5bb0639..17aa1a4 100755 --- a/evc/scripts/bench_out +++ b/evc/scripts/bench_out @@ -2,7 +2,8 @@ set w $argv[1] set h $argv[2] -for mode in trivial simple-exhaustive simple-fast advanced advanced-partial +# for mode in trivial simple-exhaustive simple-fast advanced advanced-partial +for mode in trivial simple-fast cargo run --release --bin decode -- --debug < samples/encoded-$mode | ffmpeg -y -hide_banner -framerate 25 -video_size {$w}x{$h} -pixel_format rgb24 -f rawvideo -i pipe:0 samples/decoded-$mode-debug.mp4 cargo run --release --bin decode -- < samples/encoded-$mode | |