Found 1 bookmarks
Newest
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg
Learn how to generate video transcripts using the OpenAI Whisper model and add them as subtitles using FFmpeg. Follow this tutorial to get started!
A subtitle file is a text file that contains timed text information corresponding to spoken or written content in a video or film. It typically includes information about when each subtitle should appear and disappear on the screen. There are many subtitle formats, however, in this tutorial, we will focus on the widely used format named SubRip (SRT).
·digitalocean.com·
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg