mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
9 lines
495 B
Markdown
9 lines
495 B
Markdown
# Todo List
|
|
|
|
## AMD / VAAPI / AMF
|
|
|
|
- Validate `av1_vaapi` on real Linux VAAPI hardware — confirm encode succeeds with current args.
|
|
- Validate `av1_amf` on real Windows AMF hardware — confirm encode succeeds with current args.
|
|
- If either encoder needs quality/rate-control params, apply the same pattern as the VideoToolbox fix (add `rate_control: Option<&RateControl>` to `vaapi::append_args` and `amf::append_args`).
|
|
- Update support claims in README and UI only after validation passes.
|