Can you add (or embed) an srt file into it's video file?
For example you have an .mp4 and .srt file on a stick to plug into the TV. It plays the video but ignores the subs.
+ Reply to Thread
Results 1 to 12 of 12
-
-
You have to mux the video and the srt with g.e. mkvtoolnix.
Set the sub as forced. -
The MP4 container doesn't really support SRT. The subs have to be converted to a format that's acceptable for MP4. You can mux SRT subs into an MKV file.
But beware, lots of TVs (and some standalone media players) don't support subs that are muxed into an MP4 or MKV container. The SRT has to be in a separate file with the same base name as the video. For example "My Video.MKV" and "My Video.SRT". -
I found muxing is the process of merging streams of video with audio or closed captions. In many cases, this involves downgrading your resolution and quality. I've downloaded mkvtoolnix but where can I find instructions for how to add the subs ? How much downgrading occurs ?
jagobo, I often need to make sure .srt and video use the same name but you're saying this is still needed after "muxing" ? So the result is still 2 files ? -
@jagabo
The MP4 container doesn't really support SRT. The subs have to be converted to a format that's acceptable for MP4.
And then what would be a format acceptable for MP4 ?
But beware, lots of TVs (and some standalone media players) don't support subs that are muxed into an MP4 or MKV container. The SRT has to be in a separate file with the same base name as the video. For example "My Video.MKV" and "My Video.SRT".
@kirkmc
I found muxing is the process of merging streams of video with audio or closed captions. In many cases, this involves downgrading your resolution and quality. I've downloaded mkvtoolnix but where can I find instructions for how to add the subs ? How much downgrading occurs ?
As for using mkvtoolnix, it's pretty straightforwrd, you drag-and-drop the video file, the SRT file, choose the name and location of the output, then click on “Start multiplexing”. There are many options for more advanced operations, but this should be all you neeed for that simple task.
jagobo, I often need to make sure .srt and video use the same name but you're saying this is still needed after "muxing" ? So the result is still 2 files ?Last edited by abolibibelot; 13th Dec 2020 at 20:41.
-
By definition muxing (multiplexing) cannot degrade the quality. It's simply taking whatever is in the source file and putting it in a new file -- there is no reencoding. What degrades the quality is hard subbing. Decompressing the source video, writing subtitles onto the frames, then reencoding the video.
No. I'm saying your TV probably can't display subs muxed into the same file as the audio and video. You have to leave them as a separate file. -
Thank muchly for the nice replies. I understand better and have a try.
-
MP4 supports WEBVTT subtitles. I didn't realize how close that is to SRT. The major differences are: the first line must be "WEBVTT", only UTF8 is supported, and a cascading style sheet is used for fonts rather than the Font keyword.
http://www.kaizou.org/2013/03/subtitles-and-chaptering-using-text-tracks.html -
If you want mp4 as container you can use my clever Ffmpeg-GUI for multiplexing your video and srt subtitle into a mp4 container. The srt will be converted into the compatible format automatically.
-
>As for using mkvtoolnix, it's pretty straightforwrd, you drag-and-drop the video file, the SRT file, choose the name and location of the output, then click on “Start multiplexing”.
I was able to drag the mp4 file into the source file window, but doing this to the .srt file brought up a pile of options. I think the right one is Add as new source files to the current multiplex settings. Correct ? -
What's a 7z file ? DO I need something special to open/run ?
(Right now I'm translating a scene of a movie called Nagasaki 1945 – Angelus no Kane, where a character who was badly burned following the nuclear blast is urged by the young doctor — whose ensuing books the movie is based on — to crawl from his bed to a stretcher, so that he can be transported to the basement, as a huge storm is hitting the upper floors, since it's too painful if someone helps him... to put things in perspective.)
I was able to drag the mp4 file into the source file window, but doing this to the .srt file brought up a pile of options. I think the right one is Add as new source files to the current multiplex settings. Correct ?
Similar Threads
-
Adding subtitles in a blu-ray
By MovieCollector in forum SubtitleReplies: 4Last Post: 12th Jul 2024, 03:35 -
Adding subtitles, just that
By Morton54 in forum SubtitleReplies: 2Last Post: 21st Oct 2019, 01:30 -
Adding Subtitles to Movie Menu
By CHead2000 in forum SubtitleReplies: 3Last Post: 2nd Oct 2019, 18:08 -
Adding subtitles
By Marios Georgiou in forum SubtitleReplies: 1Last Post: 29th Apr 2017, 15:49 -
adding embedded subtitles ??
By kenny1999 in forum Newbie / General discussionsReplies: 4Last Post: 14th Nov 2016, 03:42