Kodi DSPlayer – DirectShow Player for Windows
(2015-09-28, 12:28)texstar Wrote: Thanks for your great job.
I hope You can help me with my problem.
I'm trying to use an external filter (strongene lentoid hevc decoder) for the h265 files.
When I define the rule for this filter there's no problem if i create a rule based only on the file type, and the filter works very well. But if I create a rule based on the file name, or the file name + type file, the video simply do not start, although the mediasconfig.xml file is correctly create/modified in the dsplayer folder. I have the same problem on my mini-pc with windows 8.1 and also on my pc with windows 7.
This is the content of my mediaconfig.xml file:

<mediasconfig>
<rules>
<rule filename="h265">
<source filter="lavsource_internal" />
<splitter filter="lavsplitter_internal" />
<video filter="lentoid_hevc_decoder" />
<audio filter="lavaudio_internal" />
<subs filter="xysubfilter_internal" />
</rule>
</rules>
</mediasconfig>

Thanks, and excuse me for my not excellent English.

After some tests. This is my working rule. Also you need to have h265 or hevc in filename.

<rule filetypes="mp4|mkv" filename=".*h265.*|.*H265.*|.*hevc.*|.*HEVC.*">
<source filter="lavsource_internal" />
<splitter filter="lavsplitter_internal" />
<video filter="lentoid_hevc_decoder" />
<audio filter="lavaudio_internal" />
<subs filter="xyvsfilter" />
<extra>
<extra filter="ffdshow_audio_processor" />
<extra filter="ffdraw" />
</extra>
</rule>
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
RE: Kodi DSPlayer – DirectShow Player for Windows - by oldpoem - 2015-09-28, 17:50
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47