diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-04 22:48:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-04 22:48:02 +0100 |
commit | 200f8064e1b1b96acc7d4a6f0f8321b2da5c2830 (patch) | |
tree | a0d5d76b1d6604be8eaab31d6e9eef0a01660e68 /evc/scripts/bench_out | |
parent | 23d6c2d3b56145999c14596733853bc6de49eff3 (diff) | |
download | video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.bz2 video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.zst |
rename thing
Diffstat (limited to 'evc/scripts/bench_out')
-rwxr-xr-x | evc/scripts/bench_out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/evc/scripts/bench_out b/evc/scripts/bench_out index 17aa1a4..d55cf08 100755 --- a/evc/scripts/bench_out +++ b/evc/scripts/bench_out @@ -3,9 +3,9 @@ set w $argv[1] set h $argv[2] # 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 | +for mode in trivial simple-fast advanced + cargo run --release --bin reschmux-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 | + cargo run --release --bin reschmux-decode -- < 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.mp4 end |