DSPlayer (DirectShow Player for XBMC) Frodo build available
(2015-04-01, 19:05)Warner306 Wrote: Known issues/limitations:
  • DSPlayer does not support ass/ssa subtitles with complex effects (shadows, karaoke etc.), though it can display those subs with simple formatting (fonts, colors, position etc.).
    There is limited support for DVD ISO files, but not Blu-ray ISO, and no support for BDMV or other Blu-ray folder structures.

With XyVSFilter & XySubfilter supported, this information is considered obsolete. It is refer to internal DSPlayer subtitle filter.

DVD ISO supported required manually edit media rules to use dvdnavigator filter in graph. It is not supported out of the box.

Something like this (Taken from outdated DSPlayer wiki)

<rules>
<rule filetypes="iso">
<source filter="tsfilesource" />
<splitter filter="mpeg2demultiplexer" />
<video filter="ffdvideodec" />
<audio filter="ffdaudiodec" />
</rule>
<rule filetypes="ifo">
<source filter="dvdnavigator" />
<splitter filter="dvdnavigator" />
<video filter="mpeg2videodec" />
<audio filter="mpaaudiodec" />
</rule>

It is very limited and not encouraged to use DSPlayer on ISO. Better convert to other format.
Reply


Messages In This Thread
HELP!!! - by takiyon - 2014-12-28, 16:12
RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - by oldpoem - 2015-04-01, 20:13
Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8