fix: scripts

This commit is contained in:
zarazaex69
2026-05-03 11:50:11 +03:00
parent 3c816a38e8
commit 3f559e61f7
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ if [ "$TRANSPORT" = "videochannel" ]; then
VIDEO_CODEC="tile"
VIDEO_W=1080
VIDEO_H=1080
echo "[*] Tile codec selected forcing 1080x1080"
echo "[*] Tile codec selected - forcing 1080x1080"
read -p "Tile module size in pixels 1..270 [default: 4]: " VTILE_MOD_INPUT
VIDEO_TILE_MODULE=${VTILE_MOD_INPUT:-4}

View File

@@ -186,7 +186,7 @@ if [ "$TRANSPORT" = "videochannel" ]; then
VIDEO_CODEC="tile"
VIDEO_W=1080
VIDEO_H=1080
echo "[*] Tile codec selected forcing 1080x1080"
echo "[*] Tile codec selected - forcing 1080x1080"
read -p "Tile module size in pixels 1..270 [default: 4]: " VTILE_MOD_INPUT
VIDEO_TILE_MODULE=${VTILE_MOD_INPUT:-4}