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:
taisrisk 2026-06-15 18:05:15 +00:00
parent 3349473ee0
commit 09c120d5ce

View file

@ -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