/plushcap/analysis/assemblyai/how-to-add-subtitles-to-your-mux-videos-with-python

How to Add Subtitles to Mux Videos with Python

What's this blog post about?

This tutorial demonstrates how to programmatically create a subtitle track using AssemblyAI's Speech-to-Text API and add it to a Mux video. The process involves uploading an mp4 file to Amazon S3, transcribing the video with AssemblyAI's automatic transcription service, downloading the subtitle files, and uploading them to S3. Finally, the video is uploaded to Mux using their video API along with the subtitle text track. The tutorial provides detailed steps and code snippets for each part of the process.

Company
AssemblyAI

Date published
Aug. 18, 2021

Author(s)
Yujian Tang

Word count
1451

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.