open-source-ideas / ideas

💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
6.59k stars 221 forks source link

Highlights Cropper - Fifa, Cricket any sporting event #95

Open hiteshdua1 opened 6 years ago

hiteshdua1 commented 6 years ago

Project description

This scripts chunks out videos of 4s, 6s and wickets of a live cricket match/(fifa match goals) , so that I don't have to watch the entire match. These chunks can be further clubbed together to create specific highlights of a player or special moments of the matches.

Reduces a lot of your valuable time in watching the live match and dull moments

Relevant Technology

I created a POC using python and ffmpeg reference : https://github.com/hiteshdua1/Cric-Cropper which can be further enhanced to be developed as a full project

franckstifler commented 6 years ago

I have an idea like this one, but what is the issues with copyrighting? Are you authorized to extract a video let us say from YouTube and paste on your website? What will then be the source of the video in that case, if is YouTube I have seen a website that can do it: https://hesetube.com/

tvvignesh commented 6 years ago

I saw something similar demonstrated in FB Hackathon here (See from 38:40): https://www.facebook.com/hackathon/videos/10153916963680988/

hiteshdua1 commented 6 years ago

@franckstifler You are right about the copyright issue, but what I am suggesting is to use the free live streaming services of some websites which have a delay of 5 minutes , so that i dont have to wait for the complete match to get over to get the highlight of that specific innings

As @tvvignesh pointed out, I now see multiple use cases for this, and this can be factorized into multiple things ( live videos) and summarizing them. Although that is not what the original idea was.