From 3f2f00efd4eab303605f44c4bf1202fb5dccb3ec Mon Sep 17 00:00:00 2001 From: RealmyTheMan <163438634+RealmyTheMan@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:33:20 +0100 Subject: [PATCH] Updated How to convert video with VERT (markdown) --- How-to-convert-video-with-VERT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-convert-video-with-VERT.md b/How-to-convert-video-with-VERT.md index 5ae72c8..1cb9295 100644 --- a/How-to-convert-video-with-VERT.md +++ b/How-to-convert-video-with-VERT.md @@ -2,4 +2,4 @@ Unlike image and audio conversion, video conversion is hard to do in a browser, Our answer to this is [`vertd`](https://github.com/VERT-sh/vertd), which is a simple FFmpeg wrapper built in Rust. If you don't understand all that technical jargon, **it basically allows you to convert videos using the full capacity of your computer**, which results in much faster conversion. It runs on your computer (or a server somewhere, if you know what you're doing), and the VERT web interface reaches out to it in order to convert your videos. -Due to the excessive costs of hosting this for you, we don't have an official instance yet. However, you can still run it on your own PC. This does require some proficiency in hosting things, although we'll make it easier in the future. You can download the binaries [here](https://github.com/VERT-sh/vertd/releases). \ No newline at end of file +Due to the excessive costs of hosting this for you, we don't have an official instance yet. However, you can still run it on your own PC. This does require some proficiency in knowing how server applications work, although we'll make it easier in the future. You can download the binaries [here](https://github.com/VERT-sh/vertd/releases). \ No newline at end of file