Via https://mastodon.gamedev.place/@zeh/110851781460641259
Use FFmpeg recipes without fiddling with the command line!
FFmpeg.app is a web-based front end to FFmpeg, the free and open-source application and libraries for processing of video and audio files. Its purpose is to serve as an easy front-end to this powerful tool, so anybody can discover and use it with no setup (or command-line access) necessary.
With this using wasm, does this mean if can be used without needing up upload the source and download the result, but rather have everything process locally at native speeds?
Seems so. Checked the sources and there’s no upload/download. And testing it I can confirm the network tab in the dev tools is silent. Everything work local side. Probably with some additional work this could be converted to a PWA (Progressive Web App) and work completely offline.
Excellent. Thanks for digging in. A whole suite of tools like this would be pretty cool.