Skip to content

Commit f8b3ff9

Browse files
committed
Fix README demo video URL and add direct fallback link
1 parent d5cc5bd commit f8b3ff9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424

2525
## 🎬 Demo
2626

27-
<video src="https://github.com/OpenHCSDev/OpenHCS/raw/main/docs/source/_static/openhcs.mp4" controls width="100%">
27+
<video src="https://raw.githubusercontent.com/OpenHCSDev/OpenHCS/refs/heads/main/docs/source/_static/openhcs.mp4" controls width="100%">
2828
Your browser does not support the video tag.
2929
</video>
3030

31+
Direct video link: https://raw.githubusercontent.com/OpenHCSDev/OpenHCS/refs/heads/main/docs/source/_static/openhcs.mp4
32+
3133
---
3234

3335
OpenHCS processes large microscopy datasets (100GB+) with a **compile-then-execute** architecture. Pipelines are validated across all wells *before* any processing starts, preventing failures after hours of computation. Design pipelines in the GUI, export to Python, edit as code, and re-import — switching seamlessly between visual and programmatic workflows.

0 commit comments

Comments
 (0)