MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
Thread Tools Display Modes
Old 2007-08-06, 08:41   #51 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 260
Thanks: 17
Thanked 19 Times in 17 Posts

Country:

My System

Default

I can't get subs to show with any of those three new filters. The one based on previous ts-filter worked. Tourettes, does the new filter show subs on the clip I provided? VLC sees the subs on that clip. Is there some bad data on my transport stream? I'm using DVB-C card if it matters.
risu is offline   Reply With Quote
Old 2007-08-06, 10:06   #52 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 431
Thanks: 18
Thanked 22 Times in 18 Posts

Country:

My System

Default

Quote:
Originally Posted by risu View Post
I can't get subs to show with any of those three new filters. The one based on previous ts-filter worked. Tourettes, does the new filter show subs on the clip I provided? VLC sees the subs on that clip. Is there some bad data on my transport stream? I'm using DVB-C card if it matters.
The .ts you uploaded is a bit oversized, 1,5 GB is way too large. A sample of less than 50 MB should be more than enough to determine if there is a problem with your .ts

Usually the "problem" is that the dvbsub filter currently only supports DVB subtitles, not teletext subtitles.

Regards
Seidelin
Seidelin is offline   Reply With Quote
Old 2007-08-06, 10:24   #53 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 260
Thanks: 17
Thanked 19 Times in 17 Posts

Country:

My System

Default

Quote:
Originally Posted by Seidelin View Post
The .ts you uploaded is a bit oversized, 1,5 GB is way too large. A sample of less than 50 MB should be more than enough to determine if there is a problem with your .ts
File is 34mb, I was referring to this post:

Quote:
Originally Posted by risu View Post
Couldn't logon mediaportal FTP so I put the file here.

Quote:
Originally Posted by Seidelin View Post
Usually the "problem" is that the dvbsub filter currently only supports DVB subtitles, not teletext subtitles.
Thanks but I know all this. As I told, previous filter worked for me. We don't even have teletext subs here. And testing the recorded clip with VLC shows DVB-subs where MP dvbsub-filter doesn't. So there has to be something about the way transport stream is sent here that confuses tourettes subtitle-filter.
risu is offline   Reply With Quote
Old 2007-08-06, 16:26   #54 (permalink)
Portal Member
 
Join Date: May 2006
Age: 34
Posts: 153
Thanks: 1
Thanked 1 Time in 1 Post

Country:


Default

Hi Risu

Have you tried the latest dvbsub-filter? I have tried to watch your test-stream at it's showing nicely here.

Have you unregistred the tsreader.ax before registred the new tsreader.ax?
Have you registred the dvbfilter correctly?
Have you made the text-file usetsreader.txt in c:?

/Nyll
Nyll is offline   Reply With Quote
Old 2007-08-06, 17:53   #55 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 431
Thanks: 18
Thanked 22 Times in 18 Posts

Country:

My System

Default

Quote:
Originally Posted by Nyll View Post
Hi Risu

Have you tried the latest dvbsub-filter? I have tried to watch your test-stream at it's showing nicely here.

Have you unregistred the tsreader.ax before registred the new tsreader.ax?
Have you registred the dvbfilter correctly?
Have you made the text-file usetsreader.txt in c:?

/Nyll
One additional thing risu could try, is to check that dvbsub2.ax is loaded and connected by checking in Graphedit.

Regards
Seidelin
Seidelin is offline   Reply With Quote
Old 2007-08-06, 18:30   #56 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 260
Thanks: 17
Thanked 19 Times in 17 Posts

Country:

My System

Default

Thanks Seidelin, just checked. Subfilter is loaded and mpeg2 demux subtitle is connected to its input but there's no output from dvbsub2 on graph. I guess it should go into subpicture input on nvidia video decoder? Any tips how to fix this?
risu is offline   Reply With Quote
Old 2007-08-06, 19:11   #57 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 3,462
Thanks: 92
Thanked 115 Times in 93 Posts


Default

Quote:
Originally Posted by risu View Post
Thanks Seidelin, just checked. Subfilter is loaded and mpeg2 demux subtitle is connected to its input but there's no output from dvbsub2 on graph. I guess it should go into subpicture input on nvidia video decoder? Any tips how to fix this?
It's correct behaviour that the subtitle filter doesn't show output pin (as it doesn't have one). Subtitle filter has an internal interface that MP uses to transfer the subtitles. The subtitles itself are rendered on the MP side in directx for following reasons:

1) mpeg2 decoder subtitle pin is only using 4 colors (as per DVD standard)
2) MP uses VMR9 in YUV mode and in that it's no possible to use bitmap overlay.

Could you make a screen shot of that GraphEdit view? Just to make sure that it's ok as "mpeg2 demux" sounds like it would be using the TSFileSource.ax + MS demuxer.

btw. That sample file plays also nicely here with the subtitles.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-06, 19:14   #58 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 3,462
Thanks: 92
Thanked 115 Times in 93 Posts


Default

Seidelin, is the version 3 still hanging when zapping?
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"

Last edited by tourettes; 2007-08-06 at 19:19.
tourettes is offline   Reply With Quote
Old 2007-08-06, 19:20   #59 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 260
Thanks: 17
Thanked 19 Times in 17 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Could you make a screen shot of that GraphEdit view? Just to make sure that it's ok as "mpeg2 demux" sounds like it would be using the TSFileSource.ax + MS demuxer.
Ok, my bad

I had tsreader working before but after that I reinstalled the whole system and didn't double check it worked after I made new useTsReader.txt to C:\ .. it was just that it got named useTsReader.txt.txt . Now subs are showing! Thank you!
risu is offline   Reply With Quote
Old 2007-08-06, 19:35   #60 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 3,462
Thanks: 92
Thanked 115 Times in 93 Posts


Default

Quote:
Originally Posted by risu View Post
Quote:
Originally Posted by tourettes View Post
Could you make a screen shot of that GraphEdit view? Just to make sure that it's ok as "mpeg2 demux" sounds like it would be using the TSFileSource.ax + MS demuxer.
Ok, my bad

I had tsreader working before but after that I reinstalled the whole system and didn't double check it worked after I made new useTsReader.txt to C:\ .. it was just that it got named useTsReader.txt.txt . Now subs are showing! Thank you!
No problem, good to know that the subtitles seem to work now.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Reply

Bookmarks

Tags
based, dvb, filter, subtitle, tsreader

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtitle for DVB-s/-t/-c ? Anonymous Improvement Suggestions 27 2008-01-31 23:30
DVB-C subtitle and general quality? Bjur General Talk 4 2007-07-16 12:08
Configuration stops subtitle filter functionality emphatic 0.2.3.0 RC1 and SVN Builds 0 2007-06-17 14:32
DVB-T Danish Subtitle support mail_dkmaste General Support 0 2007-02-25 22:35
DVB subtitle teampirkko Improvement Suggestions 1 2005-05-15 22:38


All times are GMT +1. The time now is 08:20.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden