m1guelpf / yt-whisper

Using OpenAI's Whisper to automatically generate YouTube subtitles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for local files?

jamesWalker55 opened this issue · comments

Does this tool support loading local video files, or is it limited to videos hosted on YouTube?

Whisper itself uses FFmpeg under the hood in its CLI and can accept video files. If you give it a local video file, FFmpeg will guess the best pick for the audio track and decode it for you.