vDawgg / awt-pj-ss24-finding_scenes-2

MIT License
1 stars 1 forks source link

Get subtitles from video #2

Open vDawgg opened 6 months ago

vDawgg commented 6 months ago

If pytube does not offer subtitles for a video the should be generated using whisper.

A possible wrapper to use is (whisperX)[https://github.com/m-bain/whisperX], which offers alignment of subtitles with timestampts.

vDawgg commented 6 months ago

Does not need to be implemented until we find cases where subtitles are not accessible via pytube, or we need more precise subtitle alignment.