canEncode, canEncodeVideo, canEncodeAudio website #238
Ucok23
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all
So I use this in a project with a transcode video pipeline to 1920 height, on desktop browser it works great, but when I use the same pipeline for the web app and try on mobile, mobile chrome browser for some mobile device can't encode avc larger than 720p.
mediabunny provides really good
canEncodeVideo(alsocanEncodeandcanEncodeAudio) functions to check the availibility of our settings, so I think I want to vibe code a website that make it even easier to check that on every device.Here's the repo: mediabunny-can-encode-here
Here's the website: mediabunny-can-encode-here.vercel.app
Hope it helps.
All reactions