1. Adding Multi-Language Support to an Indie Film
Independent FilmmakerBackground
An indie filmmaker has finished editing a feature film and has received professional Spanish subtitles in SRT format.
Problem
They need to distribute the film as a single file containing both the original audio and the Spanish subtitle track, without permanently burning the text onto the video.
How to use
Upload the MP4 film file and the Spanish SRT subtitle file. Set the Subtitle Language Code to 'spa', check 'Keep Original Subtitles', select 'MKV' as the output format, and run the tool.
videoFile: 'indie_film.mp4', subtitleFile: 'spanish_subs.srt', keepOriginalSubtitles: true, subtitleLanguage: 'spa', outputFormat: 'mkv'Outcome
An MKV video file is generated containing the original video and audio, plus a switchable Spanish subtitle track that viewers can toggle on or off.