| | #41 (permalink) | |
| MP Donator ![]() | Quote:
__________________ My HTPC Blog: http://stokedtech.blogspot.com/ | |
| | |
| | #42 (permalink) |
| Portal Translator Join Date: Jun 2008 Location: Nový Jičín Age: 32
Posts: 2,116
Thanks: 6
Thanked 541 Times in 199 Posts
Country: | Best you can do is unregister "VSFilter.dll".
__________________ My projects: SAF (Standalone Filters) + MP Czech translation MCE standby tool addon My easy Amiga emulation HOBRing |
| | |
| | #43 (permalink) |
| Portal Tester | i'm now using this patch with MP (i compiled the latest svn with the sources from CPP2005 so configuration work to) and i must say that i don't have any issue so far,divx/xvid subtitles are working (i unregistred vsfilter) no conflicts so far.Thx again CPP2005 and i hope this will be integrated soon (and a i dont have to compile MP my own) ![]() |
| | |
| 2 Users Thank You: |
| | #44 (permalink) | |
| MP Donator ![]() | Quote:
CPP2005 remember check the sub synch because seem there is some problem. the video/audio seems lags from its sub. the sub hastes for about half second. the internal sub slide delay control seems not work. ps:I tried with an MKV 720p h.264/ac3 and its srt files. again cpp2005. | |
| | |
| | #45 (permalink) |
| Portal Developer Join Date: Jan 2005 Age: 32
Posts: 8,587
Thanks: 361
Thanked 655 Times in 424 Posts
| I'm almost sure that it has never worked ![]()
__________________ http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
| | |
| These User Thank You: |
| | #48 (permalink) |
| Portal Member | 2 bugs to report 1: Slight delay as others have reported. 2: When I close MediaPortal, the MediaPortal.exe process keeps running in the background and I have to kill it with Task Manager. This is due to loading of mpcSubs.dll. As a test, I changed MpcSubtitles.cs to NOT import the DLL and just stubbed out empty methods as below, and then when I exit MediaPortal it exits just fine: Code: /*
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern unsafe bool SetDevice(void* device, int w, int h);
[DllImport("mpcSubs.dll", ExactSpelling = true, CharSet = CharSet.Unicode)]
public static extern void SetDefaultStyle([In] ref SubtitleStyle style);
[DllImport("mpcSubs.dll", ExactSpelling = true, CharSet = CharSet.Unicode)]
public static extern bool LoadSubtitles(string filename, IGraphBuilder graphBuilder);
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern int GetCount();
[DllImport("mpcSubs.dll", ExactSpelling = true)]
[return: MarshalAs(UnmanagedType.BStr)]
public static extern string GetLanguage(int i);
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern int GetCurrent();
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern void SetCurrent(int current);
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern bool GetEnable();
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern void SetEnable(bool enable);
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern void Render();
[DllImport("mpcSubs.dll", ExactSpelling = true)]
public static extern void FreeSubtitles();
*/
public static unsafe bool SetDevice(void* device, int w, int h) { return true; }
public static void SetDefaultStyle([In] ref SubtitleStyle style) { }
public static bool LoadSubtitles(string filename, IGraphBuilder graphBuilder) { return true; }
public static int GetCount() { return 1; }
public static string GetLanguage(int i) { return "English"; }
public static int GetCurrent() { return 1; }
public static void SetCurrent(int current) { }
public static bool GetEnable() { return true; }
public static void SetEnable(bool enable) { }
public static void Render() { }
public static void FreeSubtitles() { }
__________________ MediaPortal Install Guide Last edited by damaster; 2009-02-06 at 23:54.. |
| | |
| | #50 (permalink) | |
| Portal Developer Join Date: Nov 2006
Posts: 141
Thanks: 0
Thanked 96 Times in 27 Posts
| Ok I'm checking it, tourettes may be you have a hint why it would stay in memory? Regarding delay: with what kind of subtitles did you get it (all/external/internal)? And what renderer are you using? Quote:
damaster, mr viggo can you check mediaportal logs, if there are any errors after it stays in memory? Last edited by cpp2005; 2009-02-07 at 06:44.. Reason: Automerged Doublepost | |
| | |
![]() |
| Bookmarks |
| Tags |
| engine, integration, mpchc, subtitle |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/general-development-no-feature-request-here-48/integration-mpc-hc-subtitles-engine-54130/ | ||||
| Posted By | For | Type | Date | |
| Clube do Media Portal - Página 36 - HT Forum | This thread | Refback | 2009-12-10 03:19 | |
| Media Portal alternatief voor Windows Media Center (Deel 3) - Client Software Algemeen - GoT | This thread | Refback | 2009-12-01 15:57 | |
| SAF - Komplett codec-paket för MP? - Minhembio forum | This thread | Refback | 2009-11-19 02:58 | |
| DXVA with MediaPortal under W7 for mkv with subs - AVS Forum | This thread | Refback | 2009-11-06 20:05 | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MPC HC full compatibility possible? | THX-UltraII | General Support | 2 | 2009-01-29 11:39 |
| Audio problems using MPC-HC in MP | Twitchstick | Codecs, External Players | 0 | 2008-11-26 06:14 |
| MPC-HC codecs and VMR9 options? | jo16v | Codecs, External Players | 0 | 2008-10-27 17:32 |
| MPC-HC can't play Mediaportal .ts recordings | kiwijunglist | Codecs, External Players | 9 | 2008-09-23 04:09 |
| DXVA enabled MPC-HC source in MP? | us1111 | Improvement Suggestions | 9 | 2008-09-23 03:22 |