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)



- MaDeMaNN - 2011-12-29

Thanks Alexrose could you explain how you reset the directshow filter in windows? Thanks again


- TomislavV - 2011-12-29

tiben20 Wrote:subtitles are always time based the only thing you can do is make them spawn later or earlier

I ment how to position subtitles relative to video frame (to position them inside the black bars in movies)


- gav1577 - 2011-12-29

TomislavV Wrote:I ment how to position subtitles relative to video frame (to position them inside the black bars in movies)

I would like know if there is a way to do this too.


- alexrose1uk - 2011-12-30

MaDeMaNN Wrote:Thanks Alexrose could you explain how you reset the directshow filter in windows? Thanks again

Easiest way to do it is through some of the batch file programmes people have created. I can't remember exactly where I got the one I used when fixing my DTS 20FPS bug, but I THINK this might be the one I used:

http://www.newvegasnexus.com/downloads/file.php?id=35868


- >>X<< - 2011-12-30

TomislavV Wrote:I ment how to position subtitles relative to video frame (to position them inside the black bars in movies)

gav1577 Wrote:I would like know if there is a way to do this too.

Its not currently possible with DSPlayer that only works with XBMC's own player


- gav1577 - 2011-12-30

>>X<<' Wrote:Its not currently possible with DSPlayer that only works with XBMC's own player

Oh well, hopefully in the future it may be possible Smile


- ZERO &lt;ibis&gt; - 2011-12-30

gav1577 Wrote:Oh well, hopefully in the future it may be possible Smile

Just edit the subtitle file... I have done it in the past so I could make the subtitles for a 720 source large enough to read on the 1080 version I was using.


- &gt;&gt;X&lt;&lt; - 2011-12-30

ZERO <ibis>' Wrote:Just edit the subtitle file... I have done it in the past so I could make the subtitles for a 720 source large enough to read on the 1080 version I was using.

He's talking about subtitle positioning not size and if he was talking about size he wouldn't need to edit anything because all other sub settings work with DSPlayer


- ashlar - 2011-12-30

uncertainty Wrote:BTW Ive been using a dharma dsplayer build that liquid made afew months ago and its been working fine. The only bug I have, that others have reported, is that if you apply a rule like "<shader id="18" videoresolution="480" />" it ends up applying that rule to 720 material after you play afew files. Does this pre-eden release resolve that issue?

thanks

BTW to replicate just play a 720p mediafile, then play a 480p mediafile and then play a 720p mediafile again and that shader will be applied to it.
Has this ever been solved?


- MaDeMaNN - 2011-12-30

Thanks Alexrose switching it from LAV to MPC did the trick video is smooth again! Only issues now is the seek on the iPad XBMC Commander doesnt work properly when I slide it to seek it resets the movie back to the beginning. You know any tricks that might fix that? Thanks again!


- ZERO &lt;ibis&gt; - 2011-12-30

>>X<<' Wrote:He's talking about subtitle positioning not size and if he was talking about size he wouldn't need to edit anything because all other sub settings work with DSPlayer

Yes but you can edit the position too... or if it does not have one you can create one.


- two_OH_five - 2011-12-30

Just going to toss this out there.

How about support for xml graph files direct from graphstudio
That way you can muck about with the decoder chain in there (which is nice and easy) export the XML and maybe just add <graph = "my_shiney_format_graph" /> in mediasconfig

I'm not sure how useful it would really be but it might make things a little easier for those with a less dominant nerd gene and for those of us in whom the gene is strong quick processing changes are only a few clicks away

Other than that I've nothing to add apart from keep up the fantastic work!

The git pull req looks promising, fingers crossed for mainline


- TomislavV - 2011-12-30

Just one more question about subtitles. When fast forwarding subtitles don't seem to follow, they are not speeding up.

Is it possible to fix that, that they work like in default player?


- tiben20 - 2011-12-30

michmetz Wrote:Hi Tiben,
i know you have a lot to do, but maybe you can have a look at that two files.
and maybe you have a tip for me.
Thanks a lot
Mike

http://www.mediafire.com/?w1abss1mq09ys88
http://www.mediafire.com/?ot1fdkfodemqfan
ffdshow video bug on this so
For fixing the one with video + audio
Code:
<rule filetypes="ts|mpeg|mpg|m2ts">
      <source filter="lavfsplitter" />
      <splitter filter="lavfsplitter" />
      <video filter="lavvideodec" />
      <audio filter="lavaudiodec" />
    </rule>
For the audio one it won't work if you don't have any video.If you want to play i guess you can just add m2ts to default audio extension in advancedsettings and play it from music


- ashlar - 2011-12-30

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!
anyone? Smile