n4t3m / AutoMontage

Automatically generate a montage and upload it to youtube using python
2 stars 1 forks source link

Nice work #2

Open ibbikhan87981 opened 3 years ago

ibbikhan87981 commented 3 years ago

Hey bruh exact same script i need with some modification, can u plz write script to remove intro from other video, I mean remove first 8 secs and put our intro to it and also with outro, remove last 8 secs and out our outro to it, kindly make a video on this how we can use this script Thanks Love u bruh, Nice work

n4t3m commented 3 years ago

ty for looking at my project!

The hard part about this is that we don't know which videos have the intro and which do not. On r/overwatch (what the initial version is based on) there could be a highlight intro and there also could like not be an intro. If I were to write this, I would have to find a universal way to determine if something has an intro or not.

In order to do this, I was thinking maybe something manual, so you would run the script with a flag for manual review and say how many seconds to edit off the front/back. Does this seem like a good solution? Let me know, thanks.