Please sign in to access this page

VERT.sh

VERT.sh Used AI

6 devlogs
33h 4m
Created by JovannMC

The file converter you'll love - open source, local*, and free forever. VERT is a fast, free, open source and private file conversion website to allow conversion of images, audio, videos, and documents with ease. *Video conversion is done on a server by default, using vertd - a thin wrapper around FFmpeg allowing you to quickly convert videos on the GPU with VERT's web interface.

Originally founded by nullptr & realmy, actively developed by nullptr & JovannMC.

Timeline

Not too much today, made a bunch of fixes to the language (e.g. detection), general UI, and especially dropdowns. Can now convert gifs into videos again (and vice versa) and I also fixed the set all to (format) dropdown to work properly with files that could use more than one converter (e.g. ffmpeg and vertd possible). I was also messing with GitHub's CLI to try to build vertd statically, but that was a pain and I gave up lol, while someone submitted a PR to add documentation to vertd which I reviewed and approved. Some more things planned before the large release!

Update attachment

Yesterday was a pain lmao, I was trying to figure out why there was the issue where there is a flash of the wrong theme when the page is loaded for the first time, but turns out it was.. cloudflare cache. i wasted so many hours fixing that, but oh well. I fixed up a few more bugs with the UI/dropdown, added spanish translation (thanks to a person who want to be anonymous), and EVEN more formats - swf and many RAW camera formats (~20). I was also investigating things we could use to implement PDF conversion as well, and there are a few options for it we could consider.

Update attachment

Did a lot more investigating on what formats I can support on VERT, and now I've added another 22 formats, audio and video. Adding support for new formats take a long time because of the research, finding sample files, and figuring out what actually works and stuff. SVG to raster is also finally supported by rendering a canvas (since magick-wasm doesn't support it).

Did a few bug fixes today and yesterday as well - some UI changes w/ dropdown and the donation card, and MIME types making certain browsers automatically change the file extension, :p

Update attachment

Preparing for a large update since it's been a while, I merged a few branches into a singular one to make it push out all the changes in one (as every commit on the main branch automatically deploys to prod @ vert.sh) - video <-> audio conversion, translations/i18n, and the 100+ new image formats from previous devlog. Took quite a bit to merge them together, fix the conflicts, and then test it all out but it all seems to work fine now. Worked on cleaning up the FFmpeg worker code and make it somewhat more reliable (falling back to a default color of just black if there is no cover art), and then did many fixes to the tooltips, dropdown, scrollbar, and cards (especially because there is so much new formats for images now!).

Update attachment

Lots of work this morning/afternoon with investigating what formats magick-wasm properly supported on VERT - using some code to help automate some of the process of extracting the magick-wasm's constants for what formats it can read, and then converting into those (and then from those), I got a huge list of new formats that are now known to work on VERT - 135+ new formats.. this took forever lmao.

Update attachment

First devlog for VERT on Summer of Making! Coming back to VERT after a hot minute since I was busy with quite a lot of other projects - VERT is a project I worked on with nullptr a while ago. Today, I worked on many things, mainly the translation system that's been long awaited - it took much longer than I thought because of having to painstakenly move all the hardcoded strings into a JSON. At first I experimented with ParaglideJS, but i was told of a new project called wuchale which seemed very promising, but couldn't get to work w/ lack of docs & issues.

Before this, I did a lot of smaller bug fixes on the UI (mostly via cherry picking from a branch), added oga/opus support, a small highlight to the format dropdown to show the format the file is already in, and seeing the full filename on hover.

Update attachment