elringus / imgit

Transform images, video and YouTube links to HTML optimized for web vitals
https://imgit.dev
MIT License
21 stars 1 forks source link

Resolve AV1 spec used by ffmpeg #3

Open elringus opened 8 months ago

elringus commented 8 months ago

Find a way to resolve actual codec spec used by ffmpeg for each run. Currently we're sharing a value manually evaluated by following the guide: https://jakearchibald.com/2022/html-codecs-parameter-for-av1 It's valid at the moment, but may change between ffmpeg releases.