From b5126e56ca694e408ca1869969d644400e034134 Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Sat, 4 Mar 2023 02:59:34 +0100 Subject: [PATCH] updated shader video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dd64a03..e67222828 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ https://user-images.githubusercontent.com/287266/208234606-ce0babf0-69ae-4482-b7 ## shader-demo Renders a mandelbrot fractal zoom. Uses shaders, OpenCL and VAAPI together. -https://user-images.githubusercontent.com/287266/222869435-9247ff68-8da1-4a44-bd92-cca98b882b4f.mp4 +https://user-images.githubusercontent.com/287266/222869740-07461be3-0477-4396-b83b-b57d1382ec7d.mp4 ## nanovg-demo Renders a color wheel on top of an input-video using nanovg (OpenGL), does colorspace conversions using OpenCV (OpenCL) and decodes/encodes on the GPU (VAAPI).