Kodi Community Forum
Kodi DSPlayer – DirectShow Player for Windows - 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: Kodi DSPlayer – DirectShow Player for Windows (/showthread.php?tid=223175)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522


RE: Kodi DSPlayer – DirectShow Player for Windows - Cr4z33 - 2016-01-30

(2016-01-30, 18:33)danjames92 Wrote: lol user error is usually the way Tongue

Indeed lol!


RE: Kodi DSPlayer – DirectShow Player for Windows - IT007 - 2016-01-30

A big Thank you for Wanilton for these updates. So Kodi 16 release will be the final version of Kodi DSPlayer? At this point, should I stop automatic update of add-ons to avoid any incompatibilties?


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-01-30

(2016-01-30, 11:29)gotham_x Wrote: Can anyone give me a straight, In Scaling Algorithms madVR, I have 3 active profiles, 1080p, 720p and SD, I would create a quarter profile to only content at 1080p / 3D

Obviously, the profile created for 1080p, is only for 2D content, with a setting NNEDI3 / 128 Neurons, that my GTX970, playing you have about 30 ms of total rendering, is a fairly high but still below the FRAME 41ms. NO dropped frames.

After this introduction, I come to the issue.

the problem comes to light when I play back 1080p content / 3D content with ripped MakeMKV for 3D.

3D content reproduced hooks profile 1080p / 2D madVR and with the above settings have a very high value of dropped frames, about 68ms rendering total.

For this reason, I would like to create a profile 1080p / 3D, with settings more conservative, that when content is played 1080p / 3D, is NOT hooked profile 1080p / 2D, but the profile 1080p / 3D madVR.

I ask, is' possible to do this, with the rules only for 3D content, with what rules?

thanks.

Does the "3D" boolean operator work? If so, try this:

if (= 3D) and (srcWidth > 1280) "1080p 3D"
else if (= 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p 3D"

else if (not 3D) and (srcWidth > 1280) "1080p"
else if (not 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p"

else if (srcWidth > 960) and (srcWidth <= 1280) "720p"
else if (srcWidth <= 960) and ((srcHeight > 540) and (srcHeight <= 720)) "720p"

else if (srcWidth <= 960) and (srcHeight <= 540) "SD"


I'm not sure if that is correct, but you can try it.


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-01-30

(2016-01-30, 19:30)IT007 Wrote: A big Thank you for Wanilton for these updates. So Kodi 16 release will be the final version of Kodi DSPlayer? At this point, should I stop automatic update of add-ons to avoid any incompatibilties?

No, I think the add-on considers what version of Kodi you are using.


RE: Kodi DSPlayer – DirectShow Player for Windows - Douganator - 2016-01-30

Hi Peeps,

First time user of MadVR, not sure why it's taken me so long to try it out .. . it looks amazing!!
I have a couple of client HTPC which are Mac Mini (late 2012) and I'm running into a couple of issues.

1. When playing a video and bringing up any Kodi GUI over top, the GUI is flickering like crazy.

2. This one is doing my head in. I am trying to passthrough DTS and its not working. I have enabled the bitstreaming on all formats. All works fine using Kodi without MadRV. I have tested MadRV with MPC-HC and this also works fine. Any pointers here?
It appears AC3 DD is working fine (FIXED THIS ISSUE NOW)


Cheers


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-01-31

(2016-01-30, 22:50)Douganator Wrote: Hi Peeps,

First time user of MadVR, not sure why it's taken me so long to try it out .. . it looks amazing!!
I have a couple of client HTPC which are Mac Mini (late 2012) and I'm running into a couple of issues.

1. When playing a video and bringing up any Kodi GUI over top, the GUI is flickering like crazy.

2. This one is doing my head in. I am trying to passthrough DTS and its not working. I have enabled the bitstreaming on all formats. All works fine using Kodi without MadRV. I have tested MadRV with MPC-HC and this also works fine. Any pointers here?
It appears AC3 DD is working fine (FIXED THIS ISSUE NOW)


Cheers

1. Not sure. Change the presentation path in madVR general settings from D3D11 to D3D9, or vice versa. Also, use one of the Jarvis test builds provided by Wanilton if using Isengard.

The flashing could be an issue with the underlying Mac hardware, but I don't know. Could also be a driver issue if using Windows 10, which would require a driver update. This was happening to other Intel iGPU users at one time, but was fixed.

2. Use Sanear as the audio renderer (this is the same as the "Internal audio renderer" in MPC-HC).

Run the installer. Choose as renderer in DSPlayer settings. Play a video. Minimize Kodi and select the Sanear tray icon. Here, choose Exclusive Mode and Allow bitstreaming. Also, all formats should be checked in LAV Audio.


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2016-01-31

(2016-01-30, 22:20)Warner306 Wrote:
(2016-01-30, 11:29)gotham_x Wrote: Can anyone give me a straight, In Scaling Algorithms madVR, I have 3 active profiles, 1080p, 720p and SD, I would create a quarter profile to only content at 1080p / 3D

Obviously, the profile created for 1080p, is only for 2D content, with a setting NNEDI3 / 128 Neurons, that my GTX970, playing you have about 30 ms of total rendering, is a fairly high but still below the FRAME 41ms. NO dropped frames.

After this introduction, I come to the issue.

the problem comes to light when I play back 1080p content / 3D content with ripped MakeMKV for 3D.

3D content reproduced hooks profile 1080p / 2D madVR and with the above settings have a very high value of dropped frames, about 68ms rendering total.

For this reason, I would like to create a profile 1080p / 3D, with settings more conservative, that when content is played 1080p / 3D, is NOT hooked profile 1080p / 2D, but the profile 1080p / 3D madVR.

I ask, is' possible to do this, with the rules only for 3D content, with what rules?

thanks.

Does the "3D" boolean operator work? If so, try this:

if (= 3D) and (srcWidth > 1280) "1080p 3D"
else if (= 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p 3D"

else if (not 3D) and (srcWidth > 1280) "1080p"
else if (not 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p"

else if (srcWidth > 960) and (srcWidth <= 1280) "720p"
else if (srcWidth <= 960) and ((srcHeight > 540) and (srcHeight <= 720)) "720p"

else if (srcWidth <= 960) and (srcHeight <= 540) "SD"


I'm not sure if that is correct, but you can try it.

Warner306, excuse me, I care too much to understand and I would not go to a question "superficial" how can I tell if it works Boolean operator "3D" Huh


RE: Kodi DSPlayer – DirectShow Player for Windows - Douganator - 2016-01-31

(2016-01-31, 00:45)Warner306 Wrote:
(2016-01-30, 22:50)Douganator Wrote: Hi Peeps,

First time user of MadVR, not sure why it's taken me so long to try it out .. . it looks amazing!!
I have a couple of client HTPC which are Mac Mini (late 2012) and I'm running into a couple of issues.

1. When playing a video and bringing up any Kodi GUI over top, the GUI is flickering like crazy.

2. This one is doing my head in. I am trying to passthrough DTS and its not working. I have enabled the bitstreaming on all formats. All works fine using Kodi without MadRV. I have tested MadRV with MPC-HC and this also works fine. Any pointers here?
It appears AC3 DD is working fine (FIXED THIS ISSUE NOW)


Cheers

1. Not sure. Change the presentation path in madVR general settings from D3D11 to D3D9, or vice versa. Also, use one of the Jarvis test builds provided by Wanilton if using Isengard.

The flashing could be an issue with the underlying Mac hardware, but I don't know. Could also be a driver issue if using Windows 10, which would require a driver update. This was happening to other Intel iGPU users at one time, but was fixed.

2. Use Sanear as the audio renderer (this is the same as the "Internal audio renderer" in MPC-HC).

Run the installer. Choose as renderer in DSPlayer settings. Play a video. Minimize Kodi and select the Sanear tray icon. Here, choose Exclusive Mode and Allow bitstreaming. Also, all formats should be checked in LAV Audio.


Thanks for the reply, guess I should have quoted my system specs.

Mac Mini
HD 3000 intel GPU
Windows 7
Kodi Jarvis RC2 + dsplayer

"Change the presentation path in madVR general settings from D3D11 to D3D9" unsure where to find this setting?


Also, after install this Kodi Jarvis RC2 + dsplayer build I have no PVR Add-ons, they have all gone. How do get these back?

Thanks again


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-01-31

(2016-01-31, 01:56)Douganator Wrote:
(2016-01-31, 00:45)Warner306 Wrote:
(2016-01-30, 22:50)Douganator Wrote: Hi Peeps,

First time user of MadVR, not sure why it's taken me so long to try it out .. . it looks amazing!!
I have a couple of client HTPC which are Mac Mini (late 2012) and I'm running into a couple of issues.

1. When playing a video and bringing up any Kodi GUI over top, the GUI is flickering like crazy.

2. This one is doing my head in. I am trying to passthrough DTS and its not working. I have enabled the bitstreaming on all formats. All works fine using Kodi without MadRV. I have tested MadRV with MPC-HC and this also works fine. Any pointers here?
It appears AC3 DD is working fine (FIXED THIS ISSUE NOW)


Cheers

1. Not sure. Change the presentation path in madVR general settings from D3D11 to D3D9, or vice versa. Also, use one of the Jarvis test builds provided by Wanilton if using Isengard.

The flashing could be an issue with the underlying Mac hardware, but I don't know. Could also be a driver issue if using Windows 10, which would require a driver update. This was happening to other Intel iGPU users at one time, but was fixed.

2. Use Sanear as the audio renderer (this is the same as the "Internal audio renderer" in MPC-HC).

Run the installer. Choose as renderer in DSPlayer settings. Play a video. Minimize Kodi and select the Sanear tray icon. Here, choose Exclusive Mode and Allow bitstreaming. Also, all formats should be checked in LAV Audio.


Thanks for the reply, guess I should have quoted my system specs.

Mac Mini
HD 3000 intel GPU
Windows 7
Kodi Jarvis RC2 + dsplayer

"Change the presentation path in madVR general settings from D3D11 to D3D9" unsure where to find this setting?


Also, after install this Kodi Jarvis RC2 + dsplayer build I have no PVR Add-ons, they have all gone. How do get these back?

Thanks again

Try this post. madVR -> general settings has a checkbox toggle for D3D11 presentation and other settings that can impact basic playback.

I have a laptop with an HD 3000 and it is still running DSPlayer without issue.


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2016-01-31

Warner306, the fact remains that I can not understand if Does the "3D" boolean operators work.

However, I have done so, proof noob.

1 deleted the old rules (select Profile car rules)
2 created the new profile 3D - 4 profiles (1080p, 720p, SD and 3D)
3 entered with copy and paste the new rules that you have kindly supplied

As you can see from screenschot that I enclose.

Unknown Boolean field 3D

Image


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-01-31

(2016-01-31, 10:53)gotham_x Wrote: Warner306, the fact remains that I can not understand if Does the "3D" boolean operators work.

However, I have done so, proof noob.

1 deleted the old rules (select Profile car rules)
2 created the new profile 3D - 4 profiles (1080p, 720p, SD and 3D)
3 entered with copy and paste the new rules that you have kindly supplied

As you can see from screenschot that I enclose.

Unknown Boolean field 3D

Image

Your 3D profile has to match the rule created. "3D" should be named "1080p 3D". Change that profile group, and the rule should work.


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2016-01-31

Does not work.
Image


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2016-02-01

(2016-01-31, 23:54)gotham_x Wrote: Does not work.
Image

Oh, sorry. I haven't had a chance to use my laptop to test these rules.

Try (3D) instead of (= 3D). I think (not 3D) is Ok for the other rule.


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2016-02-01

It seems that this operator NOT fit

Image


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2016-02-01

gotham_x, if I'm not mistaken you are using "=3D" in the second line of your rules.

Edit: madshi here states:

if (3D) "3D Profile" else "2D Profile"