-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebM support #1
Comments
https://github.com/Kagami/ffmpeg.js — means we can play DSD in browser :-) |
@5HT Yay, cool! |
@Kagami could you play these files: http://5ht.co/dxd/ with your emscripten ffmpeg port? |
DSD-thread: https://erlach.co/mu/508 (fucking mail notifications) |
Yes, ffmpeg has DSD decoder. And I can play these files with mpv (which uses libavcodec underneath). So possible to add to ffmpeg.js. It would be better to compile some lightweight decoder to asm.js/wasm though, like this one. And add it as plugin to e.g. Aurora.js framework for playing in browser because ffmpeg.js is not indeted for realtime decoding, but for video-on-deman encoding instead. |
Hm, no, https://github.com/szechyjs/dsd is something different. But you get my point. |
WebM is a powerful feature of modern web. It allows to easily attach interesting/funny video fragments and much more effecient (in both VP8 and VP9 variants) than good old GIF format. It's also broadly supported - in 3 major browsers of 4, so almost no issues with cross-browser shims.
What do you think?
The text was updated successfully, but these errors were encountered: