Browsed by
Category: App development

A Video Transcription and Subtitling App

A Video Transcription and Subtitling App

This is a python application which I built. It transcribes video to text, allows the user to edit the transcript in the text editor, then saves and adds the subtitles back onto the video. It utilizes faster-whisper and ffmpeg. I built the core functionality by following a tutorial on digitalocean, then vibe-coded using Claude.ai to expand the functionality and add the tkinter graphical user interface.