I have an mp4 container where the movie has subtitles that can be turned on or off.
It says "subtitles encoded into the Mp4s." and not hard coded so can be turned on/off
What program can this be done with, I presume it will work with srt subs.
Edit: i think it can be done with handbrake
+ Reply to Thread
Results 1 to 8 of 8
-
-
It's not clear to me what is that you need, exactly, to give you a decent suggestion.
For example.. you can put subtitles inside the container at encoding time but also without the need for re-encoding the whole video; if you only need to add subs to it you can simply REMUX it (adding the subs).. that's is a much better choice that doesn't affect source material.
To edit/convert/create subtitles there are other nice amazing tools, such as KaiNote. -
You can mux text subs in mp4 with ffmpeg as mov_text, which is the only embedded subtitle format supported in mp4.
-
-
If is not an issue for you changing the container type from mp4 to mkv.. I would go with MKVTOOLnix ..
You can find it in the software section of this site, is a totally free and open source software to easily mux/demux/remux files into the MKV container.
For mux/remux it has a very simple GUI you can use.. it doesn't re-encode anything so it's blazing fast.
You drag your video into the GUI, then you do the same with the subs...
Before remuxing you can change tracks name or set the appropriate language flag/indicators for them (and for audio and video tracks too) . MKV takes any information for the tracks from the source files automatically, if they're already set.
You have also an option to add specific fonts inside the mux, if your subtitles use them..
Then it's only to give the file a name ... press a button .. wait some seconds .. remux done! -
-
Load your mp4 into clever FFmpeg-GUI and remux with srt Subtitle to mp4. The srt subtitle will be converted automatically into mov_text.
Similar Threads
-
mp4 editor without re-encode that has audio histogram?
By heavyharmonies in forum EditingReplies: 5Last Post: 7th Oct 2020, 12:21 -
please help me to encode a conCAT of mp4 input files?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 29th May 2019, 03:10 -
mp4 file has turned into a 1.4GB smaller mkv file
By JamNujo in forum Video ConversionReplies: 7Last Post: 13th May 2019, 07:44 -
How to Change Aspect Ratio of MP4 Video Without Re Encode using ffmpeg?
By morsh in forum Newbie / General discussionsReplies: 8Last Post: 11th Oct 2016, 03:08