BSPlayer can handle subtitles, internal and external, with no problems at all. Did you ever seen me mentioning something about using Haali ????
So, to play a video file you need:
- splitter - > it splits the file into streams, audio, video, subtitles....
- video decoder - > a filter to decompress the video stream
- audio decoder -> a filter to decode the audio stream
and a subtitle renderer. BSPlayer can render subtitles by itself, don't need Haali or VSfilter for that.
|