python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Looking for an overview of YouTube API caption data. Trying to find how many videos from a set have CCs (autogenerated or otherwise)
I'd like to take a set of YT videos and, from the metadata, determine:
how many of them have closed captioning
whether it's autogenerated closed captioning
what language the captions are in
I know t...
rzmg
Votes: 0
Answers: 1
Unable to extract 608/708 captions with latest ccextractor version
I have successfully extracted 608 captions and generated a webvtt file on my Mac with the brew install ccextractor v0.88
This is the command
ccextractor file.mp4 -out=webvtt
And I get a populated webv...
Sflagg
Votes: 0
Answers: 1