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
 
LinkBack Thread Tools Display Modes
Old 2007-04-06, 20:35   #121 (permalink)
Portal Tester
 
Join Date: Feb 2005
Location: England
Posts: 1,035
Thanks: 5
Thanked 8 Times in 8 Posts

My System

Default

The sync problem mentioned earlier in this thread doesn't appear when playing back recorded files in MP or VLC.

It only appears when the timeshift is at 'live' in MP.

If you are 5 seconds behind 'live' then there is no problem.

This problem may be more to do with the MP code than the subs code.
SciDoctor is offline   Reply With Quote
Old 2007-04-07, 05:04   #122 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,516
Thanks: 63
Thanked 63 Times in 53 Posts


Default

Quote:
Originally Posted by SciDoctor View Post
The sync problem mentioned earlier in this thread doesn't appear when playing back recorded files in MP or VLC.

It only appears when the timeshift is at 'live' in MP.

If you are 5 seconds behind 'live' then there is no problem.

This problem may be more to do with the MP code than the subs code.
It's odd that I didn't see similar timing issue when I yesterday tested live tv (subtitles were presented at correct times in both cases, when running at the live point and when running behind the live point).
__________________
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 online now   Reply With Quote
Old 2007-04-07, 07:18   #123 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Can't get it working

Could anyone explain how to install DVBSub.ax. I use TVEngine3 and Mediaportal single seat. I'm not a developer just an interested user that missing subtitles badly.

Kind regard.

Hansen
bjhans is offline   Reply With Quote
Old 2007-04-07, 07:32   #124 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,516
Thanks: 63
Thanked 63 Times in 53 Posts


Default

Quote:
Originally Posted by bjhans View Post
Could anyone explain how to install DVBSub.ax. I use TVEngine3 and Mediaportal single seat. I'm not a developer just an interested user that missing subtitles badly.

Kind regard.

Hansen
Installing the filter:
1) unzip both .ax files to MP folder.
2) regsrv32 DVBSub_debug.ax (if some debug DLLs is missing from your system then use the DVBSub_release.ax)
3) put following setting in the MediaPortal.xml in MyTv section

<entry name="dvbsubtitles">yes</entry>

http://forum.team-mediaportal.com/sh...4&postcount=79
__________________
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 online now   Reply With Quote
Old 2007-04-07, 08:06   #125 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by tourettes View Post
Quote:
Originally Posted by bjhans View Post
Could anyone explain how to install DVBSub.ax. I use TVEngine3 and Mediaportal single seat. I'm not a developer just an interested user that missing subtitles badly.

Kind regard.

Hansen
Installing the filter:
1) unzip both .ax files to MP folder.
2) regsrv32 DVBSub_debug.ax (if some debug DLLs is missing from your system then use the DVBSub_release.ax)
3) put following setting in the MediaPortal.xml in MyTv section

<entry name="dvbsubtitles">yes</entry>

http://forum.team-mediaportal.com/sh...4&postcount=79
Thanks.. would that mean that i have to install the DVBSub_test_01.zip first and then DVBSub_test_04?

Hansen
bjhans is offline   Reply With Quote
Old 2007-04-07, 09:50   #126 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,516
Thanks: 63
Thanked 63 Times in 53 Posts


Default

It's enough just to install the latest version of the DVBSub.ax.
__________________
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 online now   Reply With Quote
Old 2007-04-07, 11:44   #127 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 253
Thanks: 17
Thanked 15 Times in 14 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
2) regsrv32 DVBSub_debug.ax (if some debug DLLs is missing from your system then use the DVBSub_release.ax)
Just a note for users not so familiar with Windows tools: there's a little typo there, program is actually regsvr32 not regsrv32 plus filter is DVBSub.ax on latest releases(this one everyone should have figured out). So you actually should write:

regsvr32 DVBSub.ax

to register the filter.
risu is offline   Reply With Quote
Old 2007-04-07, 16:24   #128 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Timing issue

I manage to get the subtitles filter to work, and here is my experience from a live tv-movie I watch.

In live tv, the subtitles is behind the speech, but if I pause for a few seconds and then press forward to the end of timeshift, the subtitles has perfect timing.

Subtitles is not working in timeshifting.

In recordings the subtitles is also perfect.

Thanks for the help.
bjhans is offline   Reply With Quote
Old 2007-04-08, 08:23   #129 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,516
Thanks: 63
Thanked 63 Times in 53 Posts


Default

Quote:
Originally Posted by risu View Post
Quote:
Originally Posted by tourettes View Post
2) regsrv32 DVBSub_debug.ax (if some debug DLLs is missing from your system then use the DVBSub_release.ax)
Just a note for users not so familiar with Windows tools: there's a little typo there, program is actually regsvr32 not regsrv32 plus filter is DVBSub.ax on latest releases(this one everyone should have figured out). So you actually should write:

regsvr32 DVBSub.ax

to register the filter.
Thanks for correcting those, I didn't notice those when I just copied that information.
__________________
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 online now   Reply With Quote
Old 2007-04-08, 11:34   #130 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 266
Thanks: 7
Thanked 8 Times in 7 Posts

Country:

My System

Default

An issue I haven't seen mentioned, is that if I pause and resume playback I loose subtitles. This happens for both recordings and timeshifted TV. Performing a search (e.g. back 15 s) makes the subs reappear.

Regards
Seidelin
Seidelin is online now   Reply With Quote
Reply

Bookmarks

Tags
dvb, needed, subtitles

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 On
Forum Jump

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


All times are GMT +1. The time now is 10:55.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress