From acc96f546a8e109ff8e15f60f091c915745c2fa5 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:55:29 +0300 Subject: [PATCH] Revise Pixel Mode column recommendations in README Updated recommended column settings for Pixel Mode to improve performance. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7b824..22a095a 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ python stream_server.py --mode 5 --cols 240 --rows 100 By default, you only need to specify the width (`--cols`). ASCILINE will automatically calculate the correct `--rows` based on the source video's aspect ratio to prevent stretching. - **ASCII Mode Recommended:** `--cols 200` to `--cols 240` (Best balance of text detail and 30-40 FPS performance). -- **Pixel Mode Recommended:** `--cols 320` to `--cols 400` (Extremely fast, easily hits 60+ FPS,close to 360p video stream). +- **Pixel Mode Recommended:** `--cols 600` to `--cols 900` (Extremely fast, easily hits 30+ FPS,close to 360p video stream). ```bash python stream_server.py video.mp4 --mode 5 --cols 240 # Terminal will show: [AUTO] 1920x1080 → grid 240x67