Update README.md

This commit is contained in:
2025-09-08 07:11:30 -07:00
committed by GitHub
parent dcd069b4a9
commit 0926fa7212
+7
View File
@@ -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
```