• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 78
[WINDOWS] Internal Directshow Based Player - USERS support thread
dabagboy Wrote:thanks - I made the changes above and noted no change in anything FPS, et...

Sorry mate - I'm runnning out of ideas - you got either of the refresh rate change/synch to screen options checked?
steelman1991 Wrote:Sorry mate - I'm runnning out of ideas - you got either of the refresh rate change/synch to screen options checked?


nope neither one checked, I would describe it maybe as tearing? maybe...like a line jets across the image and then fades...

here is the debug log
http://pastebin.com/uwHtLnW4

thanks though!!!
Can anyone tell me if there is an issue with multi channel (5.1) AAC in MKVs? for some reason FFDShow audio will not load for me in this situation, it will load fine in other players such as mpc-hc and it shows up as a filter currently loaded in xbmc but it's not in the tray and appears to be inactive. I have no problems with any other formats.

Using latest build, haali, mpcvideo, ffdshow audio.
dabagboy Wrote:nope neither one checked, I would describe it maybe as tearing? maybe...like a line jets across the image and then fades...

here is the debug log
http://pastebin.com/uwHtLnW4

thanks though!!!

Make sure that vsynch options are enabled in both xbmc and your graphic card options.
metaltimo Wrote:Hi,

here is my request from the other dsplayer thread...
I hope You can give me support for the elder build 28016...

I know I have to use pastebin, but here in this case I write it down here...

Hi folks,

back again...
I still use the 28016 build, because for me the best build playing HD without tearing...

But I posted two problems already... I also would like to play wmv (espacially wmvhd) and normal DVDs ifo from DVD or HDD with dsplayer...

BUT everytime I want open such files I get this error displayed: "the mediaextension ifo/wmv isn´t declaired in dsfilterconf"

BUT I think I HAVE declaired them...
This is in my dsfilterconf...:

<filters>
<!-- You dont need a path if your filter is registered -->
<!-- Sources -->

<filter name="cyberlink Dvdnavigator" type="source">
<path>C:\Programme\Home Cinema\PowerDVD\NavFilter\CLNavX.ax</path>
<guid>{9BEEF243-8140-429E-AE6D-13953D1E3BE6}</guid>
<osdname>PDVD6 Navigator</osdname>
</filter>
<filter name="wmasfreader" type="source">
<guid>{187463A0-5BB7-11D3-ACBE-0080C75E246E}</guid>
<osdname>WM ASF Reader</osdname>
</filter>

<!-- Video decoders-->
<filter name="cyberlinkvideodec" type="videodec">
<path>C:\Programme\Home Cinema\PowerDVD\VideoFilter\CLVSD.ax</path>
<guid>{8ACD52ED-9C2D-4008-9129-DCE955D86065}</guid>
<osdname>CyberLink Video/SP Decoder</osdname>
</filter>

<!-- The wmvideodecoder is a dmo filter-->
<filter name="wmvideodecoder" type="videodec">
<guid>{82D353DF-90BD-4382-8BC2-3F6192B76E34}</guid>
<osdname>WMVideo Decoder</osdname>
<isdmo>true</isdmo>
<guid_category_dmo>{4a69b442-28be-4991-969c-b500adf5d8a8}</guid_category_dmo>
</filter>

<!-- Audio decoders-->
<filter name="cyberlinkaudiodec" type="audiodecdec">
<path>C:\Programme\Home Cinema\PowerDVD\AudioFilter\CLAud.ax</path>
<guid>{284DC28A-4A7D-442C-BC2E-D7480556E4D8}</guid>
<osdname>CyberLink Audio Decoder</osdname>
</filter>
<!-- a dmo filter need a guid that indicate in which category he is locate0d-->
<!-- guid_category_DMO is the category of this current -->
<filter name="wmaudiodecoder" type="audiodec">
<guid>{2EEB4ADF-4578-4D10-BCA7-BB955F56320A}</guid>
<osdname>WMAudio Decoder</osdname>
<isdmo>true</isdmo>
<guid_category_dmo>{57f2db8b-e6bb-4513-9d43-dcd2a6593125}</guid_category_dmo>
</filter>

<rules>
<!-- For more filetype make a request in the forum thread -->
<!-- Iso extension will be added soon-->
<!-- DVD RULES -->
<!-- Iso still return a crash on this filter. -->
<rule filetypes="iso">
<source filter="tsfilesource" />
<splitter filter="mpeg2demultiplexer" />
<video filter="ffdvideodec" />
<audio filter="ffdaudiodec" />
</rule>
<!-- If you want to play a dvd select the file /dvdfolder/VIDEO_TS/VIDEO_TS.ifo

-->
<rule filetypes="ifo">
<source filter="cyberlink Dvdnavigator" />
<splitter filter="cyberlink Dvdnavigator" />
<video filter="cyberlinkvideodec" />
<audio filter="cyberlinkaudiodec" />
</rule>
<!-- END DVD RULES -->

<rule filetypes="wmv">
<source filter="wmasfreader" />
<splitter filter="wmasfreader" />
<video filter="wmvideodecoder" />
<audio filter="wmaudiodecoder" />
<!--<extra>
<extra filter="ac3filter" />
<extra filter="dcgraphiceq" />
</extra>-->
</rule>

So for me ifo and wmv ARE declared...?!
First I tested it with the path but no result, after that I copied CLAud.ax, CLVSD.ax, qasf.dll, WMADMOD.dll, WMVDECODE.dll, CLNavX.ax in the dsplayerdictionary... No result!

PLEASE! Can Anybody help?!
THANKS!!
Timo

Can you post a screenshot of the error?

K
LG OLED55BX6LB, Zidoo Z1000 Pro (ZDMC 20.2 Arctic Zephyr 2 Resurrection), Yamaha RX-A3060, Polk Signature Fronts & Centre, Wharfedale D300 Atmos surrounds, Heco Victa Prime Sub 252A, DSPeaker Antimode 8033 Cinema
metaltimo Wrote:Hi,

here is my request from the other dsplayer thread...
I hope You can give me support for the elder build 28016...

I know I have to use pastebin, but here in this case I write it down here...

Hi folks,

back again...
I still use the 28016 build, because for me the best build playing HD without tearing...

But I posted two problems already... I also would like to play wmv (espacially wmvhd) and normal DVDs ifo from DVD or HDD with dsplayer...

BUT everytime I want open such files I get this error displayed: "the mediaextension ifo/wmv isn´t declaired in dsfilterconf"

BUT I think I HAVE declaired them...
This is in my dsfilterconf...:

So for me ifo and wmv ARE declared...?!
First I tested it with the path but no result, after that I copied CLAud.ax, CLVSD.ax, qasf.dll, WMADMOD.dll, WMVDECODE.dll, CLNavX.ax in the dsplayerdictionary... No result!

PLEASE! Can Anybody help?!
THANKS!!
Timo

You're lucky, I'm in good mood!

So:
Now, if you don't want to upgrade, please don't ask help. Nobody can help you with this kind of errors (only a dev can tell you).
AndroIRC - Best IRC client for Android!
blinkseb Wrote:You're lucky, I'm in good mood!

So:
Now, if you don't want to upgrade, please don't ask help. Nobody can help you with this kind of errors (only a dev can tell you).

Thanks Seb,

I've noticed some interesting things on the trac this week - are you guys helping on the general win build too? (eg Changeset [29470] by tiben20)

K
LG OLED55BX6LB, Zidoo Z1000 Pro (ZDMC 20.2 Arctic Zephyr 2 Resurrection), Yamaha RX-A3060, Polk Signature Fronts & Centre, Wharfedale D300 Atmos surrounds, Heco Victa Prime Sub 252A, DSPeaker Antimode 8033 Cinema
oldpainless Wrote:Thanks Seb,

I've noticed some interesting things on the trac this week - are you guys helping on the general win build too? (eg Changeset [29470] by tiben20)

K

Nope, r29470 is related to dsplayer. But yes, sometimes we help on the trunk (for example, vs2010 sync or some bug correction http://trac.xbmc.org/changeset/29439)
AndroIRC - Best IRC client for Android!
Thumbs Up 
Thank You Seb!

I hoped I could implement DVD Playback on this old version putting new filters to the config, but I understand You so, that dosn´t matters even there are filters set, there is no DVD Playback at all, is that right?!

I will check out the link after having my breakfast...Big Grin

Thank You!
Timo
hi
are you using "dxva2" with the latest build?
i upgraded without changing anything, and got a cpu load of 60%

activated sxva2, and unchecked hw decoding (h264, vc1) in ffdshow
cpu is down to 12% in a 1080p movie, but there is some fps drop and stuttering
ehrnst Wrote:hi
are you using "dxva2" with the latest build?
i upgraded without changing anything, and got a cpu load of 60%

activated sxva2, and unchecked hw decoding (h264, vc1) in ffdshow
cpu is down to 12% in a 1080p movie, but there is some fps drop and stuttering

Upgraded to what?

If you are referring to the activation checkbox in XBMC set-up, then the DXVA2 activation in the form that you describe has nothing whatsoever to do with DSPlayer, but everything to do with Native DVDplayer playback - please do not confuse them.

The only change that would make any difference to your fps in the scneario described is the activiation fo DXVA2 and use of native DVDPlayer for playback. Changing ffdshow will have no effect whatsoever.
NoNoNo

I wish people would read the wiki....

K
LG OLED55BX6LB, Zidoo Z1000 Pro (ZDMC 20.2 Arctic Zephyr 2 Resurrection), Yamaha RX-A3060, Polk Signature Fronts & Centre, Wharfedale D300 Atmos surrounds, Heco Victa Prime Sub 252A, DSPeaker Antimode 8033 Cinema
Sad 
Hello Oldpainless,

here is my screenshot (ifo)...

Where the hell can I upload a png file from my HDD?!?
No Chance...No

Thanks Timo
Sad 
@oldpainless:

I will send You an Email...

Thank You!
The next ProblemI Have is with HD Recordings from my Reelbox....

I copy the .vdr files on my PC, then I rename .vdr to .ts
The Recordings are from ARD or ZDF HD they have always 3 audiostreams... 1.MP1 Stereo, 2. MP2 Stereo, 3. AC3 Dolby Digital

When I start playing the movie with dsplayer movie starts without audio, when I change the audiostream in the context GUI xbmc crashes completely with an error occured, I have a black screen, but AC3 Audio is played, when I press ok for the error display, everything stopp immediately...

I use Haali, MPCVideodec and ac3filter for the ts Format in the rules...
I tried to use another Audiodec but then ts files won´t be open, error is displayed for the rendering chain...

I will try to make screenshot for You...
metaltimo Wrote:@oldpainless:

I will send You an Email...

Thank You!
The next ProblemI Have is with HD Recordings from my Reelbox....

I copy the .vdr files on my PC, then I rename .vdr to .ts
The Recordings are from ARD or ZDF HD they have always 3 audiostreams... 1.MP1 Stereo, 2. MP2 Stereo, 3. AC3 Dolby Digital

When I start playing the movie with dsplayer movie starts without audio, when I change the audiostream in the context GUI xbmc crashes completely with an error occured, I have a black screen, but AC3 Audio is played, when I press ok for the error display, everything stopp immediately...

I use Haali, MPCVideodec and ac3filter for the ts Format in the rules...
I tried to use another Audiodec but then ts files won´t be open, error is displayed for the rendering chain...

I will try to make screenshot for You...

You know, maybe if you told us what exactly the error message is (yes, error message are meaningfull!), and if you posted a debug log, maybe this can help us to solve the issue, don't you think?

For the screen, there're plenty of service all over the internet (http://tinypic.com/, http://imageshack.us/, ...)

oldpainless Wrote:NoNoNo

I wish people would read the wiki....

K

Now you see why I'm sometimes a little angry :p Wink
AndroIRC - Best IRC client for Android!
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 78

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Internal Directshow Based Player - USERS support thread0