From e966f4625a141589db4befc58f90505048149209 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sat, 8 Feb 2025 15:13:02 -0500 Subject: [PATCH] Added changes to README to reflect latest changes in scripts. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e43af6f..1f78551 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This repository is structured into several key directories: - **scripts/**: Contains individual scripts for various tasks. Currently, it includes: - - `video_remove_audio.py`: A script for removing audio from video files. + - `video_manage_audio.py`: A script for removing audio from video files. + - `video_manage_subtitles.py`: A script for removing subtitles from video files. - `video_autoreduce.py`: A script for automatic resolution reduction of video files. - `video_autoreduce_rename.py`: A script for automated renaming of video files post resolution reduction.