by bvaldivielso on 10/15/23, 5:11 PM with 28 comments
by netsharc on 10/15/23, 6:23 PM
I'm guessing no one did GPU-optimizations? I saw a web app (not an ffmpeg transpilation) that went clever and used WebGL so it can access the GPU and use its parallel processing capabilities...
by syrusakbary on 10/15/23, 8:08 PM
Here's a video showcasing it! https://twitter.com/wasmerio/status/1687238131395768320
I believe we can bring ffmpeg to any programming language quite easily... stay tuned!
by leptons on 10/15/23, 6:59 PM
by dang on 10/15/23, 7:54 PM
ffmpeg.wasm – a pure WebAssembly / JavaScript port of FFmpeg - https://news.ycombinator.com/item?id=33794122 - Nov 2022 (23 comments)
FFmpeg for browser and Node, powered by WebAssembly - https://news.ycombinator.com/item?id=28251801 - Aug 2021 (87 comments)
A pure WebAssembly / JavaScript port of FFmpeg - https://news.ycombinator.com/item?id=24987861 - Nov 2020 (125 comments)
by untitaker_ on 10/15/23, 7:36 PM
by jonplackett on 10/15/23, 7:30 PM
I’m working on something right now where I’m having to use a web service to merge an mp3 and mp4. Doesn’t even need to re-encode. So this might be perfect if a decent amount of browsers can run it.
by hokkos on 10/15/23, 7:06 PM
by amelius on 10/15/23, 7:18 PM
by pojzon on 10/15/23, 6:51 PM