Simple project for automatic video checking (black screens, color saturation, etc).
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.
$ git clone [email protected]:d1cker/VideoLinter.git
$ cd VideoLinter/GUI
$ npm install
$ npm run electron
$ 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"])