alexheretic / ab-av1

AV1 re-encoding using ffmpeg, svt-av1 & vmaf.
MIT License
442 stars 29 forks source link

Deny --enc svtav1-params #130

Closed alexheretic closed 1 year ago

alexheretic commented 1 year ago

Disallow --enc svtav1-params= usage. libsvtav1 params should instead be set with --svt. Currently using it just won't work properly.

$ ab-av1 crf-search  ... --enc svtav1-params=film-grain=6

error: invalid value 'svtav1-params=film-grain=6' for '--enc <ENC_ARGS>': 'svtav1-params' cannot be set here, use `--svt`

Resolves #128