mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
Add 480p, 720p, and 1080p resolution presets
Added `--res` argument to both `stream_server.py` and `ascii_video_player2.py` to easily set higher quality/density ASCII and pixel rendering. The `res` argument maps `480p`, `720p`, and `1080p` presets to appropriate column sizes (854, 1280, and 1920). Updated `README.md` to document the new `--res` flag.
This commit is contained in:
parent
88b261eae9
commit
720dccb149
6 changed files with 83 additions and 12 deletions
19
stream_server.log
Normal file
19
stream_server.log
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[36m
|
||||
_ ____ ____ ___ _ ___ _ _ _____
|
||||
/ \ / ___| / ___|_ _| | |_ _| \ | | ____|
|
||||
/ _ \ \___ \| | | || | | || \| | _|
|
||||
/ ___ \ ___) | |___ | || |___ | || |\ | |___
|
||||
/_/ \_\____/ \____|___|_____|___|_| \_|_____|
|
||||
[0m
|
||||
[1;37m═══════════════════════════════════════════════════════[0m
|
||||
[32m▶[0m [1mQueue[0m : 1 video(s)
|
||||
[32m▶[0m [1mLoop[0m : OFF
|
||||
[32m▶[0m [1mResolution[0m: 200x(auto)
|
||||
[32m▶[0m [1mDefault[0m : mode=1 | pixel=OFF | vol=1
|
||||
[1;37m───────────────────────────────────────────────────────[0m
|
||||
1. [36mvideo.mp4[0m (mode=1 vol=1)
|
||||
[1;37m═══════════════════════════════════════════════════════[0m
|
||||
|
||||
[1;32m🚀 Server live →[0m [4;36mhttp://localhost:8000[0m
|
||||
|
||||
[90mType [36m/help[90m for available commands.[0m
|
||||
Loading…
Add table
Add a link
Reference in a new issue