Skip to content

Commit 2bbb4d7

Browse files
committed
Use git rav1e
1 parent 0b97244 commit 2bbb4d7

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compare.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
# echo $1
4+
5+
rm master.json zerocopy.json
6+
7+
./target/release/av1an -i $1 --sc-method fast --sc-only -s zerocopy.json
8+
/usr/bin/av1an -i $1 --sc-method fast --sc-only -s master.json
9+
10+
cmp master.json zerocopy.json

0 commit comments

Comments
 (0)