Replies: 3 comments 3 replies
-
I tried some ridiculous approach. Here's a
I didn't try the binary much, and it is slow. |
Beta Was this translation helpful? Give feedback.
-
I'm able to make an
It worked like a charm. Creating a truly useful ffmpeg binary would take a lot more work though. We'd need to also build/install upstream libraries like libx264, libx265, etc. For example, Debian users would expect all of these upstream libraries to be available:
cc: @ahgamut |
Beta Was this translation helpful? Give feedback.
-
Great work @jart! For those interested in a fully working version of ffmpeg via WebAssembly, we have published one here: It's a bit slower than native, but it effectively uses multiple threads for encoding/decoding :) |
Beta Was this translation helpful? Give feedback.
-
Would be nice to have a universal binary for ffmpeg.
Beta Was this translation helpful? Give feedback.
All reactions