Skip to content

Vue app to display videos and related diagnostic metrics.

Notifications You must be signed in to change notification settings

sebastjancizel/video-diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-diagnostic-app

Project Description

This is a frontend for comparing videos. It features a video player with a comparison slider that allows the user to compare the two videos.

This is a very early version of the app. To be able to use it you have to follow the project set-up below.

Project Setup

Install Node.js

First you need to install Node.js. For debian based systems you can use the following command:

sudo apt install nodejs

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

This will run the app locally in development mode. Once the app is running it will display some sample videos. To point the app to the folder with the videos you want to compare, you can symlink the ./src/assets/videos folder to the folder with the videos. For example:

ln -s /path/to/videos ./src/assets/videos

About

Vue app to display videos and related diagnostic metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published