Skip to content

Extract audio clips from bjj sports match to create a highlights video

Notifications You must be signed in to change notification settings

neongreen13/bjjmatch_highlights_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bjjmatch_highlights_video

Extract audio clips from bjj sports match to create a highlights video

Process:

  1. Find sport match on YouTube, provide url link and set path.
  2. Download video in mp4 format to local computer.
  3. Extract an audio file from video in a wav format.
  4. Divide audio into energy clips throughout audio:
  • Segment audio into 5 sec intervals.
  • Compute short time energy for each 5 sec clip.
  • Set threshold of energy spike to all audio above 90% of energy level.
  • Return a dataframe with the energy level for each spike and the start and end times in the video.
  1. Cut the video according to the audio clips set by the df.
  2. Combine all clips into one highlights video for viewing.

Learning Resources:

About

Extract audio clips from bjj sports match to create a highlights video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages