From 07e829fb2cfe32c8bd61efda79f7fe4f5b7ff181 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:09:48 +0300 Subject: [PATCH] Adjust column width in README example command Updated column width in stream command for better output. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e565ad0..5efb7f5 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ When set to `0`, the audio engine (FFmpeg) **never runs**, saving CPU and bandwi | `5` | 2.0× | Double volume | ```bash -python stream_server.py video.mp4 --pixel --cols 330 --vol 0 # Silent +python stream_server.py video.mp4 --pixel --cols 560 --vol 0 # Silent python stream_server.py video.mp4 --cols 220 --vol 3 # Loud ```