From 718ec26683f4979a03f24d180bb7d39186266485 Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Fri, 2 Dec 2022 09:48:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 040464ec0..e7d4c4d0b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ https://user-images.githubusercontent.com/287266/205188005-6c48d443-89b5-4ba7-81 ## font-demo Renders a Star Wars like text crawl using nanovg (OpenGL), uses OpenCV (OpenCL) for a pseudo 3D effect and encodes on the GPU (VAAPI). -https://user-images.githubusercontent.com/287266/205191965-1ee5ba5f-4bd2-4269-8c31-00de95a6547b.mp4 +https://user-images.githubusercontent.com/287266/205252994-684256b4-a0c9-4755-b4b8-ca06e56501db.mp4 ## optflow-demo My take on a optical flow visualization on top of a video. Uses background subtraction (OpenCV/OpenCL) to isolate areas with motion, detects features to track (OpenCV/OpenCL), calculates the optical flow (OpenCV/OpenCL), uses nanovg for rendering (OpenGL) and post-processes the video (OpenCL). Decodes/encodes on the GPU (VAAPI).