antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

Not outputting #98

Closed bank-robber closed 2 years ago

bank-robber commented 2 years ago

Hi I've gone through the tutorial and when I try to search it gives "No results found for experience" and when i search for most common words or phrases it gives an incorrect output:

lucas@Lucass-MBP-2 ~ % videogrep --input meta.mp4 --ngrams 1 2120 it 1

I'm using python 3.8.2, on osx 12.3.1

Thanks for any help you can provide.

antiboredom commented 2 years ago

hmmmm can you send me the vtt file you're working with?

bank-robber commented 2 years ago

meta.vtt.zip

thanks!

antiboredom commented 2 years ago

I see - there's something weird about this file... Do you happen to know if you have the most recent version of yt-dlp installed?

bank-robber commented 2 years ago

Thank you! That was it. I must of been on a previous version. Updated to yt-dlp 2022.05.18 and it worked like a charm.

antiboredom commented 2 years ago

Ok great!