Simple video player with subtitles?
-
Hi everyone! I am working with ms studio 2008. I need to make simple divx (avi) player with subtitles (srt). I googled this, and I found very simple solutions for video (like directx.audiovideoplayback...), with many examples of player... But, I can't find any solution that includes subtitles. Is there any free library that provides this? Or some other way... Any solution is welcome... Thanks In Advance
-
Hi everyone! I am working with ms studio 2008. I need to make simple divx (avi) player with subtitles (srt). I googled this, and I found very simple solutions for video (like directx.audiovideoplayback...), with many examples of player... But, I can't find any solution that includes subtitles. Is there any free library that provides this? Or some other way... Any solution is welcome... Thanks In Advance
-
It's my student project... I have to make movie catalog (database) for movies stored on hard disk. Also, this catalog should have its own player. I already made one using directx sdk, but it doesn't show subtitles. I live in non-English speaking country, so subtitles are very important. If it's not extreme hard, I would really like to add them to video...
-
It's my student project... I have to make movie catalog (database) for movies stored on hard disk. Also, this catalog should have its own player. I already made one using directx sdk, but it doesn't show subtitles. I live in non-English speaking country, so subtitles are very important. If it's not extreme hard, I would really like to add them to video...
Ok I live in the Netherlands. I don't usually use subs (English is easy). Anyway. You could make some sort of overlay and parse+display the subtitles yourself. Parsing an srt file is the easiest part. For the overlay, see: http://www.codeguru.com/cpp/g-m/directx/article.php/c1229 For what to actually put on it.. I'd get a sprite font somewhere (or make one), reading font files is terrible (nice result, but terrible to code)