aboutsummaryrefslogtreecommitdiff
path: root/evc/scripts/bench_out
diff options
context:
space:
mode:
Diffstat (limited to 'evc/scripts/bench_out')
-rwxr-xr-xevc/scripts/bench_out3
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 |