π¦ ClawHub
Webcodecs String Finder
by @socratescli
Finds valid WebCodecs strings for video and audio by researching codec support tables and detailed specifications on webcodecsfundamentals.org.
TERMINAL
clawhub install webcodecs-string-finderπ About This Skill
name: webcodecs-string-finder description: Finds valid WebCodecs strings for video and audio by researching codec support tables and detailed specifications on webcodecsfundamentals.org. repository: https://github.com/socratescli/webcodecs-string-finder-skill.git version: "1.0.0"
WebCodecs String Finder
This skill helps you find the most supported and appropriate codec strings for WebCodecs, whether for video or audio.
Workflow
1. Requirements Gathering
Understand the user's requirements:2. Search for Supported Codecs
Useweb_fetch to access the codec support table:
https://webcodecsfundamentals.org/datasets/codec-support-table/3. Confirm Codec Details
For the top candidates found in the previous step, confirm their details:web_fetch to visit the detail page: https://webcodecsfundamentals.org/codecs/.html with the identified candidate (e.g., avc1.42e01e).4. Recommendation
Return the 2-3 most fitted codec strings.Tips
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).π Tips & Best Practices
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).