From a7c6b7d3f8ff50314dd2c23a8d4259552867aae6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:54:29 +0900 Subject: [PATCH] [+] readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index e69de29..06fa861 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,31 @@ +# formtool + +Easy ffmpeg shortcuts + +- [x] Can batch convert files +- [x] Automatically use best settings +- [x] You can override params +- [x] Deletes original files if you want +- [x] Shortcuts that are actually short + +## Install + +```bash +pip install formtool +``` + +## Usage + +```bash +# Compress everything to flac, save space without losing quality +fflac **/*.wav + +# If you want to send some music but flac is too big: convert to mp3 v0 +fmp3 song.flac + +# If you want to archive videos +fav1 *.mp4 + +# If you want to send videos to telegram +fx264 video.mkv +``` \ No newline at end of file