mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
Fix local video preview links in README
Replaced the absolute raw.githubusercontent URLs pointing to the main branch of the upstream repository with relative paths (`./experiments/...`) so that the `.mp4` preview videos render correctly on this new branch where they actually exist.
This commit is contained in:
parent
3349473ee0
commit
09c120d5ce
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
| Output | Details |
|
||||
| :--- | :--- |
|
||||
| <video src="https://raw.githubusercontent.com/YusufB5/ASCILINE/main/experiments/HDR_preview.mp4" width="400" autoplay loop muted></video> | **HDR 32M Color Mode**<br>Experimental `display-p3` colorspace with high-density output. |
|
||||
| <video src="https://raw.githubusercontent.com/YusufB5/ASCILINE/main/experiments/Pixel_preview.mp4" width="400" autoplay loop muted></video> | **PIXEL Mode**<br>Showcases rendered using Mode 5 (16m Colors) combined with the `--pixel` flag for ultra-high fidelity. |
|
||||
| <video src="https://raw.githubusercontent.com/YusufB5/ASCILINE/main/experiments/1440p_preview.mp4" width="400" autoplay loop muted></video> | **1440p Ultra High Resolution**<br>Showcases the new `--res 1440p` preset pushing ASCILINE to the limits of text rendering density. |
|
||||
| <video src="./experiments/HDR_preview.mp4" width="400" autoplay loop muted></video> | **HDR 32M Color Mode**<br>Experimental `display-p3` colorspace with high-density output. |
|
||||
| <video src="./experiments/Pixel_preview.mp4" width="400" autoplay loop muted></video> | **PIXEL Mode**<br>Showcases rendered using Mode 5 (16m Colors) combined with the `--pixel` flag for ultra-high fidelity. |
|
||||
| <video src="./experiments/1440p_preview.mp4" width="400" autoplay loop muted></video> | **1440p Ultra High Resolution**<br>Showcases the new `--res 1440p` preset pushing ASCILINE to the limits of text rendering density. |
|
||||
|
||||
## 🎯 Strategic Vision & Core Capabilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue