From 95ab7955c79c406ce04c5863eb8ecebf37143662 Mon Sep 17 00:00:00 2001 From: David Robles Date: Mon, 26 Jun 2023 08:47:15 -0700 Subject: [PATCH] Fix broken ffmpeg link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6b56c..be6e74c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The application is compatible with both CPU and GPU (Nvidia CUDA) environments, Ensure that you have `ffmpeg` installed and correctly configured. There are many guides available on the internet to help with this. Here are a few (note: I did not create these guides): -- [How to Install FFmpeg](https://www.hostinger.com/tutorials/how-to-install-ffmpe) +- [How to Install FFmpeg](https://www.hostinger.com/tutorials/how-to-install-ffmpeg) ## Installation