Skip to content

Commit 3b0f6c9

Browse files
committed
update actions scripts
1 parent 9050fc9 commit 3b0f6c9

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/revc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
- name: Run decoder test
2424
run: |
2525
mkdir -p scripts/tmp
26-
cd scripts
27-
cargo run --bin revcd --release -- -i ./data/test_ra_b3_q37.evc -o ./tmp/test_ra_b3_q37_revc.yuv -v
28-
md5sum -c ./data/test_ra_b3_q37_yuv.txt
26+
cargo run --bin revcd --release -- -i ./scripts/data/test_ra_b3_q37.evc -o ./scripts/tmp/test_ra_b3_q37_revc.yuv -v
27+
md5sum -c ./scripts/data/test_ra_b3_q37_yuv.txt
2928
- name: Run encoder test
3029
run: |
3130
mkdir -p scripts/tmp
32-
cd scripts
33-
cargo run --bin revce --release -- -i foreman_qcif8.yuv -w 176 -h 144 -z 30 -f 8 -q 37 -r ./tmp/test_ra_b3_q37_revc.yuv -o ./tmp/test_ra_b3_q37_revc.evc --max_b_frames 3 --inter_slice_type 0 -v
34-
md5sum -c ./data/test_ra_b3_q37_evc.txt
31+
cargo run --bin revce --release -- -i ./scripts/foreman_qcif8.yuv -w 176 -h 144 -z 30 -f 8 -q 37 -r ./scripts/tmp/test_ra_b3_q37_revc.yuv -o ./scripts/tmp/test_ra_b3_q37_revc.evc --max_b_frames 3 --inter_slice_type 0 -v
32+
md5sum -c ./scripts/data/test_ra_b3_q37_evc.txt

scripts/data/test_ra_b3_q37_evc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3a349c2968ddc25a80f2e9acafdd7bf2 ./tmp/test_ra_b3_q37_revc.evc
1+
3a349c2968ddc25a80f2e9acafdd7bf2 ./scripts/tmp/test_ra_b3_q37_revc.evc

scripts/data/test_ra_b3_q37_yuv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3b20493afb7365f3194317a11f112c44 ./tmp/test_ra_b3_q37_revc.yuv
1+
3b20493afb7365f3194317a11f112c44 ./scripts/tmp/test_ra_b3_q37_revc.yuv

0 commit comments

Comments
 (0)