acm-projects / DoThatDance

0 stars 1 forks source link

Mirror the video #1

Open kacieyee opened 1 year ago

kacieyee commented 1 year ago

Page: video.js

display a youtube video from a link (you can hard code the link for testing purposes) and mirror it by clicking a button (do this in video.js) Video.js- a free framework for JavaScript for video playback. There's hundreds of plugins that allow you to do fun customizations with your videos.

resources: https://videojs.com/ https://www.nuevodevel.com/nuevo/showcase/mirror

kacieyee commented 1 year ago

If that doesn't work out, try using this website: https://www.mirrorthevideo.com/ we have it listed as one of our competitors, but if you could directly embed it into the website that might work. WARNING: If you end up using this, make sure to let Alex know because it might not work simultaneously with slowing down the video

kacieyee commented 1 year ago

Alternatively, You could also try downloading the YouTube video from the link, saving it into the Firebase, and processing it there. That should open up a lot of options in terms of video processing tools in general (to mirror and slow down the video). However I'm not sure if Firebase is made for storing that much data, so proceed with caution!