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?