From 0926fa721288e7bd57e533486cd915680bf85242 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:11:30 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b3f406..fdd5ca0 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,10 @@ fav1 *.mp4 # If you want to send videos to telegram fx264 video.mkv ``` + +### Overriding default parameters + +```bash +# If you want shrink file size even more, for example +fav1 *.mp4 -crf 50 +```