3
1
I am trying to add an srt file(s) to mp4 files. Is there a way to do it without re-encoding the file.
What I have tried:
- Added subtitles with the handbrake-cli. While this technically worked, it obliterated the quality of the video and took a long time to re-encode the file
- I tried an
ffmpegapproach as found on this SO answer, but I apparently dont have themov_textcodec and no one else seems to either
There is another SuperUser Answer which suggests that I may need to look for a muxer. But that answer pertains to Mac OS only.
With VLC you could play your mp4 with srt subtitles while saving the resulting output stream to another file. That's practically re-encoding, though. – Sami Laine – 2014-03-01T18:30:37.300
What OS are you using? I mean, what distro & what version. – pepoluan – 2014-03-01T18:34:34.310
@pepoluan I am using an ubuntu saucy release at the moment – Hari Seldon – 2014-03-02T13:21:38.543