From 1ef4481ace369d8d2ea897b0263365f703f7d743 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 10 Jun 2025 12:00:51 +0900 Subject: [PATCH] Add info about website to README --- README.md | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 1b531f3..41cb863 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # Recoder +*Batch transcode family videos to DNxHD for smooth Davinci Resolve editing* + **Recoder** is a clean and minimal video transcoder for Linux, designed for GNOME using GTK4 and libadwaita. It supports batch processing, drag-and-drop, and a straightforward user experience. ![Screenshot of Recoder](docs/screenshot-3.png) @@ -14,35 +16,11 @@ See [docs/HELP.md](docs/HELP.md) for usage instructions and tips. ## ✨ Features -- Transcode multiple video files at once -- Drag-and-drop support for folders and files -- Modern libadwaita-based interface -- Toast notifications +See the [Recoder Website](https://jeena.github.io/recoder/) for a full list of features. ## 📦 Installation -### Arch Linux - -Recoder is available on the AUR: - -```bash -yay -S recoder -``` - -### Flatpak - -[Install Recoder Flatpak](https://jeena.github.io/recoder/net.jeena.Recoder.flatpakref) - -After downloading the `net.jeena.Recoder.flatpakref` file, **double-click the file** or **open it with GNOME Software** to start the installation. - -#### Install via Command Line - -If you prefer, run these commands in a terminal: - -```bash -flatpak install --user https://jeena.github.io/recoder/net.jeena.Recoder.flatpakref -flatpak run net.jeena.Recoder -``` +Recoder is available in the AUR and as a flatpak. Visit the [Recoder Website](https://jeena.github.io/recoder/) for install instructions. ## 📄 License