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
1
run_server.py
Normal file
1
run_server.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from multiprocessing import Process; import uvicorn; uvicorn.run('stream_server:app', host='127.0.0.1', port=8000, log_level='info')
|
||||
Loading…
Add table
Add a link
Reference in a new issue