Skip to content

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 git@github.com:d1cker/VideoLinter.git
$ cd VideoLinter/GUI
$ npm install
$ npm run electron

Full app (juila installing is required)

$ git clone git@github.com: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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages