MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » Codecs, External Players


Codecs, External Players Post problems with Codecs or External Players here!

Reply
 
Thread Tools Display Modes
Old 2008-06-18, 20:12   #11 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 42
Thanks: 6
Thanked 2 Times in 2 Posts

Country:

My System

Default

Will it come?
1stdead is offline   Reply With Quote
Old 2008-08-13, 15:42   #12 (permalink)
Portal Member
 
Join Date: Apr 2008
Location: athens
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

???
nikos1671 is online now   Reply With Quote
Old 2008-08-15, 12:21   #13 (permalink)
Portal Member
 
edterbak's Avatar
 
Join Date: Mar 2008
Posts: 196
Thanks: 22
Thanked 7 Times in 6 Posts

Country:

My System

Default

I got KMplayer working together with the MPC codec. I found out that if I use a renderer that is other than "overlay mixer" the hardware acceleration doesn't work. (CPUusage ~28-35%) If I use the mpc-codec and use overlay mixer than I get a CPUusage ~1-2% (in KMPlayer ofcourse).

Is it posible to force MP to use the MPC codec AND the Overlay Mixer???


btw. to get the MPC codec to run in MP or KMPlayer at all you need to download the codec here (MPCVideoDec)
register it manually by: START > RUN > "regsvr32 C:\CodecPath\MPCVideoDec.ax"

Last edited by edterbak; 2008-08-16 at 10:51.
edterbak is online now   Reply With Quote
Old 2008-09-09, 11:33   #14 (permalink)
MP Donator
 
Join Date: Dec 2007
Posts: 250
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
MP doesnt support HW acceleration when subtitles are rendered (excluding DVD or DVB subtitles).
Tourettes,

You responded to my question regarding auto-loading VSFilter on irc. Do you know of a method to dynamically load VSFilter? As in only load it if subtitles are enabled? I'd say 20-25% of my files require subtitles, but these files don't need DXVA whereas some of my non subtitle material does. Trying to figure out if there's a way to display subtitles and still have DXVA.

Weird thing after setting Haali splitter to not load VSfilter by default, MPC h264 decoder was doing DXVA, but I couldn't get DXVA working in MPC itself!

Last edited by stoked; 2008-09-09 at 11:54.
stoked is offline   Reply With Quote
Old 2008-09-09, 11:50   #15 (permalink)
Portal Member
 
hoborg's Avatar
 
Join Date: Jun 2008
Location: Nový Jičín
Age: 31
Posts: 329
Thanks: 1
Thanked 42 Times in 17 Posts

Country:

My System

Send a message via ICQ to hoborg
Default

About dynamically load VSFilter - it works for me. Dont use MP postrpocesing. Install Haali media splitter, enable autoload VSfilter and in VsFilter enable always load - or use my tool - it will install filters and auto configure them automaticly.

Look here:
http://forum.team-mediaportal.com/of...rs-htpc-44614/
hoborg is online now   Reply With Quote
Old 2008-09-09, 19:12   #16 (permalink)
MP Donator
 
Join Date: Dec 2007
Posts: 250
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by hoborg View Post
About dynamically load VSFilter - it works for me. Dont use MP postrpocesing. Install Haali media splitter, enable autoload VSfilter and in VsFilter enable always load - or use my tool - it will install filters and auto configure them automaticly.

Look here:
http://forum.team-mediaportal.com/of...rs-htpc-44614/

I don't use postprocessing, and it doesn't work for me. With VSFilter auto loaded via Haali Media Splitter, I get 50-60% CPU, and stuttering on 1080p material. With VSFilter not auto loaded, I get 10-20%.
stoked is offline   Reply With Quote
Old 2008-09-09, 20:08   #17 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 205
Thanks: 6
Thanked 15 Times in 9 Posts

Country:

My System

Default

See my detailed post here: A decoder for the new track could not be found. track type: SRT/UTF8. Basically I am using hardware acceleration in MediaPortal using the MPCVideoDecoder as a DirectShow filter. However, subtitles have to be disabled.
damaster is offline   Reply With Quote
Old 2008-09-09, 20:19   #18 (permalink)
MP Donator
 
Join Date: Dec 2007
Posts: 250
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by damaster View Post
To summarize:
- Hardware acceleration BREAKS when there is a filter between the video decoder and the video renderer.
- Hardware acceleration BREAKS when the video encoding does not conform to the DXVA standards supported by the video driver (and video decoder), e.g. encoding done in High@L5.1 profile which has no benefit to video quality whatsoever!
- Hardware acceleration DOES NOT BREAK with subtitles in the MKV container, unless you are loading DirectVobSub (aka VsFilter) in the filter chain.
That last line, you mean that if the file contains a subtitle but VSFilter isn't loaded, DXVA works. But the only way to display the subtitle is to load VSFilter right? I tried cycling through subtitles with VSfilter not loaded and it does not work for me.

CoreAVC seems to play everything I throw at it without problems, whereas Cyberlink PowerDVD x264 decoder won't play some of my stuff. MPC decoder seems to play everything but stutters on one of my test 1080p files. The reason why I'm trying to test other decoders is when using CoreAVC at 1080p/24Hz, the audio begins to unsync from the video. 1080p/60Hz is fine though.

Last edited by stoked; 2008-09-09 at 20:24.
stoked is offline   Reply With Quote
Old 2008-09-09, 20:25   #19 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 205
Thanks: 6
Thanked 15 Times in 9 Posts

Country:

My System

Default

Quote:
Originally Posted by stoked View Post
Quote:
Originally Posted by damaster View Post
To summarize:
- Hardware acceleration BREAKS when there is a filter between the video decoder and the video renderer.
- Hardware acceleration BREAKS when the video encoding does not conform to the DXVA standards supported by the video driver (and video decoder), e.g. encoding done in High@L5.1 profile which has no benefit to video quality whatsoever!
- Hardware acceleration DOES NOT BREAK with subtitles in the MKV container, unless you are loading DirectVobSub (aka VsFilter) in the filter chain.
That last line, you mean that if the file contains a subtitle but VSFilter isn't loaded, DXVA works. But the only way to display the subtitle is to load VSFilter right? I tried cycling through subtitles with VSfilter not loaded and it does not work for me.
Yes if the MKV contains a subtitle then DXVA can still work as long as you don't load DirectVobSub (VSFilter). However, there is a strange bug for some SRT/UTF-8 subtitles that generates the pop-up error message when DirectVobSub (VSFilter) isn't loaded (for which I provided a patch in the post linked previously). And yes, currently the only way to get subtitles working is to load DirectVobSub (VSFilter), but then you break your hardware acceleration and revert back to pure software decoding.

I am looking into implementing an EVR custom presenter to allow for subtitles without the need to load DirectVobSub. No idea when I'll have something ready though as I've only just started.
damaster is offline   Reply With Quote
Old 2008-09-09, 20:26   #20 (permalink)
MP Donator
 
Join Date: Dec 2007
Posts: 250
Thanks: 7
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by damaster View Post
I am looking into implementing an EVR custom presenter to allow for subtitles without the need to load DirectVobSub. No idea when I'll have something ready though as I've only just started.
That'd be great except I'm on XP
stoked is offline   Reply With Quote
Reply

Bookmarks

Tags
accelleration, x264

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
h/x264 Out of Sync jburnette General Support 2 2007-11-03 18:43
X264 Playback Is Scrambled cornelius76 General Support 1 2007-10-04 09:33
X264 and MediaPortal Event General Support 1 2007-07-24 13:05
Whch codec for x264? Salle MediaPortal 1 Talk 12 2007-02-09 13:11
Help with x264 hawk2k2 Codecs, External Players 2 2006-12-28 17:16


All times are GMT +1. The time now is 13:59.


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