Subtitles

  • Thread starter Thread starter Marek
  • Start date Start date
M

Marek

Hi.
I'm making video player. How to display subtitles in diferrent formats
on screen?
Googling didn't help.

Thank in advance,
Marek
 
Hi.
I'm making video player. How to display subtitles in diferrent formats
on screen?
Googling didn't help.

Thank in advance,
Marek

Not sure, but you may be forced to use some DirectShow-based
stuff(overlay, subtitle rendering etc...) for "integrating" subtitle
into your project. I read somewhere that .NET has a lack of multimedia
support natively.

But there's an article in C# then you can convert the code into VB
with any converter:
http://www.c-sharpcorner.com/UploadFile/levik2006/Subtitles09052006093209AM/Subtitles.aspx

Also:
http://www.eggheadcafe.com/software/aspnet/29416857/subtitles-in-windows-medi.aspx

It would be nice to share your solutions.

Hope this helps.
 
Hi.
I'm making video player. How to display subtitles in diferrent formats
on screen?
Googling didn't help.

Thank in advance,
Marek

To make an addition, Windows Media Player Control (wmp.dll) supports
showing subtitles of a "DVD" natively, but i don't think that it
supports DivX, Xvid or other formats with subtitles in version 9.
 
To make an addition, Windows Media Player Control (wmp.dll) supports
showing subtitles of a "DVD" natively, but i don't think that it
supports DivX, Xvid or other formats with subtitles in version 9.

There are some codecs with onscreen rendering, but not every formats.
Thanks for links its helpful
 
Back
Top