-
Looks like that was added in the last day from what I can tell. Glad to see it.
https://github.com/VERT-sh/VERT/commit/8f8ea34483cab76e27204...
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
I get to be one of the lucky few to learn today that ffmpeg was ported (well, transpiled) to WASM. This is more specifically built on that port: https://github.com/ffmpegwasm/ffmpeg.wasm
This also means that despite being a locally hosted ffmpeg frontend, it's still slower than native ffmpeg and bound to WASM limits like file size (still a generous 2GB for images and audio, but not as viable for big video conversions).
Still weird that this project doesn't seem to acknowledge that anywhere.
-
-
-
That isn't what they stated in their website.
> Video uploads to a server for processing by default, learn how to set it up locally here.
The server code is open source too: https://github.com/VERT-sh/vertd
-
The wasm build of libvips (the image processing library this thing uses) does not include HEIC because of the various patent issues:
https://github.com/kleisauke/wasm-vips/issues/3
It does support AVIF and JXL. Hopefully Apple will abandon HEIC hehe.
Related posts
-
I created a free converter that converts your gifs to mp4s or spritesheets in your web browser!
-
Ask HN: Any self-made software developers?
-
Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
-
How to convert videos without uploading or downloading anything (on your browser)
-
When Should I Use WebAssembly?