mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-07-02 23:01:00 +02:00
Revise README for Windows user shortcuts
Updated Windows user instructions for running scripts.
This commit is contained in:
parent
b1415e75ea
commit
d06cf0af05
1 changed files with 1 additions and 3 deletions
|
|
@ -126,7 +126,6 @@ python stream_server.py --playlist playlist.json --cols 220 --loop
|
||||||
```
|
```
|
||||||
Use `playlist.json` when you need different `--mode` or `--vol` settings for each video.
|
Use `playlist.json` when you need different `--mode` or `--vol` settings for each video.
|
||||||
|
|
||||||
> 💡 **Windows Users:** You can use the included `serve.bat` shortcut for quicker typing: `.\serve video.mp4 --cols 240`
|
|
||||||
|
|
||||||
Open `http://localhost:8000` in your browser.
|
Open `http://localhost:8000` in your browser.
|
||||||
|
|
||||||
|
|
@ -135,8 +134,7 @@ If you prefer to bypass the web interface, you can render the video directly ins
|
||||||
```bash
|
```bash
|
||||||
python ascii_video_player2.py video.mp4 --cols 100 --quality 0
|
python ascii_video_player2.py video.mp4 --cols 100 --quality 0
|
||||||
```
|
```
|
||||||
> 💡 **Windows Users:** Use the shortcut `.\play video.mp4 -c 100 -q 0`
|
|
||||||
>
|
|
||||||
> ⚠️ **Note:** Do not resize your terminal window during playback, as dynamic text wrapping will corrupt the ASCII layout.
|
> ⚠️ **Note:** Do not resize your terminal window during playback, as dynamic text wrapping will corrupt the ASCII layout.
|
||||||
|
|
||||||
## 🎨 Customization
|
## 🎨 Customization
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue