Kidsnd274 / VerifyVideoGUI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 97.3%Language:Batchfile 2.7%