mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix ffms2 and lsmash tests
This commit is contained in:
parent
1f49d0e84f
commit
1d613062b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -42,10 +42,10 @@ jobs:
|
|||
flags: --chunk-method select
|
||||
- name: chunk_ffms2
|
||||
enc: aom
|
||||
flags: --chunk-method vs_ffms2
|
||||
flags: --chunk-method ffms2
|
||||
- name: chunk_lsmash
|
||||
enc: aom
|
||||
flags: --chunk-method vs_lsmash
|
||||
flags: --chunk-method lsmash
|
||||
- name: scenes
|
||||
enc: aom
|
||||
flags: -s scenes.json
|
||||
|
|
Loading…
Reference in a new issue