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.
First you need to install Node.js. For debian based systems you can use the following command:
sudo apt install nodejs
npm install
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