| Sponsored Ads |
|
|||||||
| General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
We need anyone with DirectShow / DVB knowledge willing to look in couple of issues. Please read on and have a look:
I would need help with the following... 1. Subtitle syncing ( how to sync Subtitle PES header PTS with DirectShow ) 2. UYVY colorspace handling (currently all subtitles are rendered in a lovely pink color) 3. Subdecoder produces currently only fixed size (720x576) subtitle bitmaps ( this is not efficient as it could be but needs changes in the subtitle decoding itself ) 4. Subtitles are rendered corretly only when video width is exactly 720 pixels 5. Subtitle decoding should be run in a different thread (maybe not mandatory at least at not this point in the development) (The previous thread in the feature request forum was accidentally removed.)
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
| This User Say Thank You: |
|
|
#2 (permalink) | |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
Quote:
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
|
|
|
#4 (permalink) | |
|
Portal Member
Join Date: Jan 2005
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
My tv provider has just startet broadcasting dvb subtitles enstead of fixed ones in the picture. Anders Majland, Denmark Pc's with hauppauge nova-t |
|
|
|
|
|
|
#5 (permalink) | |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
Quote:
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
|
|
|
#6 (permalink) | ||
|
Portal Member
Join Date: Feb 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
|
||
|
|
|
|
|
#7 (permalink) |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
Here are the (short) build instructions for the DVB subtitle filter:
1. Make sure that you are able to compile MediaPortal MPSA filter in CVS. Following forum thread should be able to quide you: http://forum.team-mediaportal.com/vi...highlight=mpsa 2. After MPSA can be compile, you should be able to compile DVB filter without problems. 3. For testing the filter you'll need a TS stream that contains all PIDs for one channel that has DVB subtitles. This can be recorded at least with TSReader (full version) or maybe with MyTheatre. 4. To build a graph in Graph edit youl'll need to use either MediaPortal's TS source (MPTS.ax) or TSFileSource (http://forums.dvbowners.com/index.php?showtopic=4465). 5. Graph should be looking almost like this -> http://day2.no-ip.org/pictures/graph.png. There is currently one more pin connection between MS demuxer and the subtitle filter. 6. Pins in Subtitle filter - Video input pin ( decoded video stream as UYVY or YUV2 format) - Audio input pin takes complete audio TS stream - subtitle input pin takes subtitpe PID TS payload - output pin outputs UYVY or YUV2 video stream to VMR9 / overlay renderer 7. in source code there is hard coded PID number for channels subtitle PID - m_pSubtitlePin->SetSubtitlePID( 0x403 ); change that for correct value Hopefully I didn't miss much information, but I'm currently a little bit busy and not at home, so I couldn't check all those details. Let me know how the building / testing works or if you have some issues and I'll try to help with those.
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
|
|
#8 (permalink) |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
I have been really busy lately, so no progress in the source code level. Current source code can be downloaded from http://day2.no-ip.org/MediaPortal-SubTrans.zip
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
|
|
#9 (permalink) |
|
Portal Member
Join Date: Dec 2005
Age: 33
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Country:
|
Hey guys, I want to ask you all if anyone of you managed to compile the DVB subtitle filter? If so, could you please send it my way (the compiled filter)? I am using Delphi to code my small apps and therefore I don't have the correct applications to compile.
Send it to limit_@gmx.net I appreciate it! |
|
|
|
|
|
#10 (permalink) | |
|
Portal Developer
Join Date: Jan 2005
Age: 30
Posts: 2,147
Thanks: 51
Thanked 51 Times in 41 Posts
|
Quote:
__________________
http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to play external subtitles in MP? | patonzon | General Support | 7 | 2006-12-18 20:13 |
| is there a hot key to turn on subtitles in mp? | dreadycarpenter | General Support | 1 | 2006-11-14 19:21 |
| Enabling subtitles when they are needed only | spyder_steve | Codecs, External Players | 2 | 2006-10-27 03:49 |
| Problem with subtitles - freezes MP | Nyll | General Support | 0 | 2006-10-18 00:16 |
| DVD Subtitles size problem | Asmo | General Support | 8 | 2005-10-19 16:22 |