View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#13
Originally Posted by Rogatti View Post
using ffmpeg version git-2012-11-25-b473c99
-
ffmpeg -i input.mp4 -i input.srt -scodec copy output.mp4
-
with a bonus of 33% lower compared to the original file
Smaller filesize is a result of ffmpeg re-encoding the video with default settings (non-baseline) or that's what I'd expect to happen if you don't define it. You'd probably want to include subtitles in the initial run so that the playback performance/quality on N9 doesn't suffer.