Skip to content

Releases: PiAreSquared/Clipper

1.0.0

03 May 21:54
b46c222
Compare
Choose a tag to compare

This is our first production version of Clipper. It tackles our 5 requirements we set out to complete for this project.

  1. Users should be able to upload video of sports matches via a web portal, with feedback explaining the progress of the upload to the user.
  2. Users should have options to customize the end product, such as, the length of the final highlights reel, toggling the voice over commentary on or off, specific number of clips to include in the highlights reels, etc
  3. Users should be able to view the end product (highlights reel) upon completion of the processing in the web portal.
  4. Product should pick out key moments of the game and stitch together highlights reel.
  5. Product should intelligently generate commentary to add to the final highlights reel.

This production version will allow users to use our React app to upload a game and customize their video regarding the length of clips, number of clips, and whether they want commentary. Once uploaded, the video will be processed, and the user will be prompted to a new page where they can wait for the clip. After the clip is generated, it will use the new OCR-based highlights algorithm to detect the highlights. If commentary is requested, it will include a two-person commentary system.