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/report | |
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/report')
-rwxr-xr-x | evc/scripts/report | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evc/scripts/report b/evc/scripts/report index c6f1085..06a5517 100755 --- a/evc/scripts/report +++ b/evc/scripts/report @@ -3,7 +3,7 @@ cargo build --release begin echo "version: $argv[1]" echo "commit: $(cat ../.git/refs/heads/master | head -c 10)" - echo "encode: $(command time -f %U ./target/release/encode -W (math 1920 / 2) -H (math 1080 / 2) <samples/raw >samples/encoded 2>| tail -n 1)s" - echo "decode: $(command time -f %U ./target/release/decode <samples/encoded >samples/decoded 2>| tail -n 1)s" + echo "encode: $(command time -f %U ./target/release/reschmux-encode -W (math 1920 / 2) -H (math 1080 / 2) <samples/raw >samples/encoded 2>| tail -n 1)s" + echo "decode: $(command time -f %U ./target/release/reschmux-decode <samples/encoded >samples/decoded 2>| tail -n 1)s" echo "size: $(du -h samples/encoded | cut -f 1)" end | tee -a reports/(date) |