Add procedural generation example

This commit is contained in:
Vanilagy
2025-06-04 10:31:20 +02:00
parent 3940586612
commit 8287a63026
7 changed files with 573 additions and 6 deletions
+4 -2
View File
@@ -22,8 +22,10 @@ features:
details: Convert an input file to a highly-compressed MP4 file.
link: /examples/file-compression
target: _self
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Procedural video generation
details: Generate a video file as fast as the hardware allows
link: /examples/procedural-generation
target: _self
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---
+1 -1
View File
@@ -42,6 +42,6 @@ Examples:
✅ Rendering thumbnails for a video / extracting a wave form?
✅ Media player
✅ Conversion demo: File compressor
- Procedurally generated video (faster than real time)
✅ Procedurally generated video (faster than real time)
- Video generated from live sources
- Live streaming demo?