VLC doesn't play MKV with subtitle (srt)
Posted: 24 Mar 2011 08:21
For some reason VLC fails to play a video when I add a .srt or .sub subtitle to the folder containing the video.
I use VLC to capture the video (h264 and mpeg4) and audio (mp3, aac) from a streaming server and save it to .mkv or .mp4 container.
Without the subtitle the video plays fine.
I'm using the standard module to capture video:
When I try to play the MKV or MP4 with SRT or SUB I get the following error:
As far as I have tried the problem persists on different VLC releases (1.1.7, 1.1,2, 1. 0.6).
I'm using linux but it doesn't work in windows either.
Does anybody have a solution?
I use VLC to capture the video (h264 and mpeg4) and audio (mp3, aac) from a streaming server and save it to .mkv or .mp4 container.
Without the subtitle the video plays fine.
I'm using the standard module to capture video:
Code: Select all
--sout="#standard{access=file,access_audio=file,mux=ts,mux_audio=ts,dst=%s}"
Code: Select all
[0x9dc08bc] ts demux error: MPEG-4 descriptor not found
[0x9dc043c] main demux error: option sub-original-fps does not exist
I'm using linux but it doesn't work in windows either.
Does anybody have a solution?