Live data from Hacker News

Open source and self hostable/private file converter

vert.sh

71–80 of 120 posts

Re: Open source and self hostable/private file converter

#75
post #23

Earlier quoted context omitted.

As far as I can tell, what you're missing is the massive ease-of-use and approachability, especially for non-technical users, of a web-based graphical "convert X to Y" interface vs. facing command line ffmpeg, which they probably haven't heard of.

There are already GUIs for ffmeg and most image editing applications can save in multiple formats so its still not clear to me what this adds

It's a web service that can be used on any device without installation. Think in terms of usability for old, non-technical folks.

Re: Open source and self hostable/private file converter

#76
post #16

It's cool the source code really is open and available: https://github.com/VERT-sh/VERT AGPL licensed, which seems perfect for this kind of product: The AGPL (Affero General Public License) is a type of free software license developed by the Free Software Foundation. It is similar to the GPL (General Public License) but with one key difference: Network Use Clause: If you modify AGPL-licensed software and use it over…

[deleted]

Re: Open source and self hostable/private file converter

#78
As far as I can tell, this uses:

- libvips (wasm): for image conversion

- ffmpeg (wasm): for audio conversion

- ffmpeg (remote, via vertd): for video conversion, with an option for the hoster to use wasm ffmpeg instead with some limitations (performance, maximum file size, etc)

And from browsing the github, missing formats are usually caused by difficulties linking the libraries that handle those formats into the wasm libvps/ffmpeg

Re: Open source and self hostable/private file converter

#79
post #54

Earlier quoted context omitted.

That's a whole true, creator Mr Fabrice Bellard, a 1000x developer, also create Qemu, another essential gem of software.

WHAT!? Unbelievable productivity. I'm in awe (and a renewed impostor syndrome).

Seems strange to me to feel imposter syndrome for not matching up to an elite talent… did you feel prior to this that you were the best in the world at programming, and now realize you aren’t? Is everyone who isn’t the very top of the top an imposter?

Re: Open source and self hostable/private file converter

#80

How is this different from image/graphics magick, ffmpeg, oiiotool etc? Or: what am I missing here, why is this on the front page?

Yeah I also cannot for the life of me understand why anyone would want a web site that converts files. Just install a desktop app to do the same (GUI or otherwise) and it will be more pleasant to use, and more performant. The Web is not a good application platform no matter how much people try to shoehorn it into being one.

People value not having to install anything, for various reasons.
Post reply on HN