Skip to content

Simple project for automatic video checking (black screens, color saturation, etc)

Notifications You must be signed in to change notification settings

ordicker/VideoLinter

Repository files navigation

⚠️ 🚧 👷 Work in progress 👷‍♀️ 🚧 ⚠️

forthebadge

VideoLinter

Simple project for automatic video checking (black screens, color saturation, etc).

contributors

This project is developed by

This is a side project aimed for learning new technologies. Or is in charge of the Backend and using Julia for that purpose. Keren is in charge of the Frontend and using Vue.js for that purpose.

We also use Electron to make it a desktop app.

Screenshots

Main screen

main screen

Loading animation

Loading animation

Results screen

Results screen

Install and Run the app

GUI only

$ git clone [email protected]:d1cker/VideoLinter.git
$ cd VideoLinter/GUI
$ npm install
$ npm run electron

Full app (juila installing is required)

$ git clone [email protected]:d1cker/VideoLinter.git
$ cd VideoLinter
$ npm install
$ julia
$ import Pkg; Pkg.add("VideoIO");Pkg.add("Images");Pkg.add("JSExpr"); //TODO: make dependencies file
$ include("src/main.jl"); julia_main(["bla"])

About

Simple project for automatic video checking (black screens, color saturation, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published