Kodi Community Forum
DSPlayer (DirectShow Player for XBMC) Eden build available - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: DSPlayer (DirectShow Player for XBMC) Eden build available (/showthread.php?tid=106629)



- >>X<< - 2012-01-01

tiben20

I don't know if you saw the bug I mentioned previously where when starting a video it runs as if its been speeded up and if I let it run the image will eventually freeze if I enable render stats there's no refresh rate listed just zeros and only a red line in the graph, using the last Dharma build Rev 553d719 with exactly the same filters and settings it has never happened I switched back to this as it happens quite often for me in the new builds

This is in win 7 64bit and I'm using true full screen and adjust refresh rate to display along with pause on refresh rate change I took a debug from when it happens but to my eyes it doesn't show anything different when compared to a log when it doesn't happen

http://pastebin.com/561DX0QV

I'm not seeing any pattern to it either as it can happen on a file that previously played perfectly

Don't think its just me I know steelman1991 said it happens occasionally for him to


- gav1577 - 2012-01-01

>>X<<' Wrote:tiben20

I don't know if you saw the bug I mentioned previously where when starting a video it runs as if its been speeded up and if I let it run the image will eventually freeze if I enable render stats there's no refresh rate listed just zeros and only a red line in the graph, using the last Dharma build Rev 553d719 with exactly the same filters and settings it has never happened I switched back to this as it happens quite often for me in the new builds

This is in win 7 64bit and I'm using true full screen and adjust refresh rate to display along with pause on refresh rate change I took a debug from when it happens but to my eyes it doesn't show anything different when compared to a log when it doesn't happen

http://pastebin.com/561DX0QV

I'm not seeing any pattern to it either as it can happen on a file that previously played perfectly

Don't think its just me I know steelman1991 said it happens occasionally for him to

This happened to me along time ago blinkseb fixed it in this commit http://gitorious.org/xbmc/xbmc-antiquated/commit/72fafc753e0c6199d0704e9506870f92f4224e61 maybe it will be of some use to tiben.


- ashlar - 2012-01-01

ashlar Wrote:I'm having problems activating shaders for low resolutions. By reading the wiki, I'd like to have shader "sharpen complex 2" activating only for resolutions below 720p. How do I do that? Any working example? Thanks in advance!
Ok, down to begging now. Will anyone pretty please help me? The wiki is pretty foggy about this and my testing produced strange results (with shaders being applied to all resolutions even if they shouldn't have).

Please?Wink


- alexrose1uk - 2012-01-01

Happy New Year all Smile

@ashlar,
Could you perhap do it by setting the player to deal with files with something in the name seperately.
I've not played with the shader options, but I seem to remember a while back reading somewhere you could set it to deal with things with something in the name in a specific manner.

If this IS possible, then you could just amend .SD/.HD (whichever is easiest) to relevant files and get the player to work off that?

I could be way out here so apologies if this doesnt work!

@MaDeMaNN -
Sorry about my lack of response, been working a lot over the holiday season and thus haven't been back on here til today since my last post.
Glad the decoder switch sorted you out, LAV was working off CPU whereas MPC-HC will be using DXVA2 which should help. The skipping issue could simply be a bug of the splitter. Not sure which Splitter you're using, perhaps try a different one (ie Haali, LAV, default etc)

@Tiben/0Wing
Awesome, new builds? Will downloaded the latest one tomorrow if the extra fixes have been finished Smile


- alexrose1uk - 2012-01-01

Dp! Sad


- 0wing - 2012-01-01

Uploaded a new build with all of tiben's work from today. http://dsplayer.passion-xbmc.org/

-Fixed playing from archive
-Fixed seeking on small file. Also made the seeking a bit more accurate

I removed the one from earlier today, didn't want to cause confusion with two builds with the same build date.


- tiben20 - 2012-01-01

gav1577 Wrote:This happened to me along time ago blinkseb fixed it in this commit http://gitorious.org/xbmc/xbmc-antiquated/commit/72fafc753e0c6199d0704e9506870f92f4224e61 maybe it will be of some use to tiben.
thanks ill add this patch if its not already in the code

Well i looked at the patch and it's already in the code. I also noticed this bug. Going back to dvdplayer and returning to dsplayer is fixing it that might help me figure it out


- acemt - 2012-01-02

Tiben & 0,

Your work is a fine Christmas and New years present. Thanks again SO MUCH for your continued fortitude.

Mark


- oldpainless - 2012-01-02

Tiben and 0wing - nice work and thanks guys!

K


- TomislavV - 2012-01-02

Hello guys,

is it possible to fix problem with subtitles not following movie when fastforwarding?

Thnx


- vicmanpergar - 2012-01-02

Aw, how nice, thanks a lot Tiben and 0wing
Big Grin


- ashlar - 2012-01-02

alexrose1uk Wrote:Happy New Year all Smile

@ashlar,
Could you perhap do it by setting the player to deal with files with something in the name seperately.
I've not played with the shader options, but I seem to remember a while back reading somewhere you could set it to deal with things with something in the name in a specific manner.

If this IS possible, then you could just amend .SD/.HD (whichever is easiest) to relevant files and get the player to work off that?
It should be far easier and require less work if what described here: http://wiki.xbmc.org/index.php?title=HOW-TO:Set_up_DSPlayer#Shaders_support would work (or if somebody helps me in understanding how it should work).

For instance, say I want to add shader 18 to mkv with less than 1080p resolution, I would do it adding this to the mkv rule:

<rule filetypes="mkv">
<!-- ... -->
<shaders>
<shader id="18" videoresolution="480|540|720" />
</shaders>
</rule>

The problem is that this causes the specified shader to load for 1080p files as well (tried by using nightvision shader, pretty obvious when it's working Wink).


- &gt;&gt;X&lt;&lt; - 2012-01-02

tiben20 Wrote:thanks ill add this patch if its not already in the code

Well i looked at the patch and it's already in the code. I also noticed this bug. Going back to dvdplayer and returning to dsplayer is fixing it that might help me figure it out

Hope you can find a fix strange its not a problem using Rev 553d719


- ashlar - 2012-01-02

ashlar Wrote:It should be far easier and require less work if what described here: http://wiki.xbmc.org/index.php?title=HOW-TO:Set_up_DSPlayer#Shaders_support would work (or if somebody helps me in understanding how it should work).

For instance, say I want to add shader 18 to mkv with less than 1080p resolution, I would do it adding this to the mkv rule:

<rule filetypes="mkv">
<!-- ... -->
<shaders>
<shader id="18" videoresolution="480|540|720" />
</shaders>
</rule>

The problem is that this causes the specified shader to load for 1080p files as well (tried by using nightvision shader, pretty obvious when it's working Wink).
Although the wiki states that multiple elements for regexp arguments can be separated by the | symbol, I don't find this to be the case. Single lines with the three resolutions get the job done, the single line above doesn't.

I'd also like to ask two small (I hope) things

1) To get a shortcut for rendering stats (equivalent to CTRL+J in MPC-HC).
2) To get information on shaders loaded when going to codec info (using the O key).

Thanks for the awesome work. Still hoping to hear from 0wing regarding the possibility of mantaining a different release with MadVR incorporated.

Edit: another thing. I finally decided to switch DSPlayer as my primary installation. Kept everything as it should have but... hidden regions are giving me problems that I can only solve by setting it to 3. Before it worked on 1, with no problem. Anything done differently on hidden regions and DSPlayer?


- jpsdr - 2012-01-02

Thanks Tiben & Owing for their work.

I've made tests using the last version by by Owing :
I've configured for mkv DSplayer to use Haali splitter and ffdshow audio and video, exactly how mpc-hc behave on my system.

- Black are grey, realy, like if a veil was on the screen. Same files, read with mpc-hc started from xbmc (so using the same splitter/decoding) play fine. Don't remember having this problem when tested DSPlayer a while ago.
- OSD display are unstable, when i display menu with [M], it flicker horribly from 2 positions.
- No Spline36 for resize ?

Subtitles : Almost all the files i use failled to render properly (see post #576), no crash, only rendering is bad. Engine of standard player is a way better. Sometimes subtitles are out of sync, even without seeking in the file.

Well, a lot of issues, but when everything will be working fine, it will be very interesting.