Finds valid WebCodecs strings for video and audio by researching codec support tables and detailed specifications on webcodecsfundamentals.org.
This skill helps you find the most supported and appropriate codec strings for WebCodecs, whether for video or audio.
Understand the user's requirements:
Use web_fetch to access the codec support table:
https://webcodecsfundamentals.org/datasets/codec-support-table/For the top candidates found in the previous step, confirm their details:
web_fetch to visit the detail page: https://webcodecsfundamentals.org/codecs/<CODEC-STRING>.html<CODEC-STRING> with the identified candidate (e.g., avc1.42e01e).Return the 2-3 most fitted codec strings.
avc1.42e01e (H.264 Baseline), avc1.4d401f (H.264 Main), hev1.1.6.l93.b0 (H.265), vp09.00.10.08 (VP9).opus, mp4a.40.2 (AAC-LC).ZIP package — ready to use