Hi,
I have a .mkv video file with soft subtitles. I can extract subtitles from this file into a separate file using mkvextract successfully. But, my requirement is to access and manipulate the subtitles while the video is being played by the custom Qt + libvlc player I developed.
Is there a way to implement a call back so I can access the subtitles while the video is being played? Modifying ffmpeg subtitle.c (for an ffmpeg demuxer supported video file with soft subtitles, in that case, not necessary a .mkv file) or using libmatroska.