I created an AI subtitle embedder, it takes an input video and appends subtitles of your desired language to it. The application is lightweight as it uses React and ffmpeg web assembly to offload processing to user's device, and it uses assemblyAI api for transcription and DeepL api for translation along with ffmpeg for subtitle embedding
Like this project
Posted Feb 1, 2025
It is an AI subtitle embedder, it takes an input video and appends subtitles of your desired language to it. Uses assembly AI, Deepl AI, Reactjs and Nodejs