mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-23 22:48:06 +02:00
Revise hover preview section in README
Updated hover preview instructions for clarity and conciseness.
This commit is contained in:
parent
c24076e0bd
commit
dc08a47de7
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -131,12 +131,10 @@ Use `playlist.json` when you need different `--mode` or `--vol` settings for eac
|
|||
Open `http://localhost:8000` in your browser.
|
||||
|
||||
### Player Controls
|
||||
Hover previews are built once per video on first hover and kept in memory. Start with
|
||||
```bash
|
||||
--no-thumbnails
|
||||
```
|
||||
to disable them.
|
||||
To use your own prebuilt sprite, point the /scrub route at it.
|
||||
|
||||
Hover previews are built once per video on first hover, in a single ffmpeg pass,
|
||||
and kept in memory — nothing written to disk. Disable with `--no-thumbnails`.
|
||||
To use a prebuilt sprite instead, point the `/scrub` route at it.
|
||||
|
||||
### 4. Run directly in Terminal (Standalone)
|
||||
If you prefer to bypass the web interface, you can render the video directly inside an ANSI-supported terminal (zero-flicker, true color):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue