Skip to content

Check if a video file is corrupted by comparing the length between the video and audio using FFMPEG

Notifications You must be signed in to change notification settings

Kidsnd274/VerifyVideoGUI

Repository files navigation

image

Make sure you have Python, ffmpeg and ffprobe in PATH or the MediaAutomationScripts folder

Development

To clone the repo, run the following command as this repo uses git submodules

git clone --recurse-submodules https://github.com/Kidsnd274/VerifyVideoGUI

or if you have already cloned the repo, run the following commands in the repo directory

git submodule init 
git submodule update

To create the Python virtual environment, run the following command:

python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt

Once you're in the virtual environment, to run the program just use this command:

python main.py

About

Check if a video file is corrupted by comparing the length between the video and audio using FFMPEG

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published