Skip to content

casiez/videochecker

Repository files navigation

VideoChecker

It was used to check if a video meets given requirements (duration, format, codec, resolution, etc.) before uploading to a conference website, such as CHI.

It is written in Python and uses ffmpeg to get video information.

Run using Docker

docker build -t videochecker videochecker/
docker run -i -t -d -p 5000:80 --name=videochecker_con videochecker

Then open your browser and go to http://localhost:5000 to access the web interface.

About

To check if a video meets given requirements (duration, format, codec, resolution, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published