Kodi Community Forum

Full Version: Kodi DSPlayer – DirectShow Player for Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 523 524
Just run kodi.exe -p from wherever you installed it - great feature
Well I tried thisand got it to play although only with the internal filters and not with the external ones. With the internal, it didn't want to use dxva2 for my graphics card like it normally does when running with mpc-hc and lav filters. I also notice the latest version seems to be jarvis beta? Unfortunately, I dont' really see the point in this when MPC-HC is updated and everything works. The only reason I'm trying to get away from this setup is because I'd like one remote that works with everything.
(2016-06-11, 18:11)robl45 Wrote: [ -> ]Well I tried thisand got it to play although only with the internal filters and not with the external ones. With the internal, it didn't want to use dxva2 for my graphics card like it normally does when running with mpc-hc and lav filters. I also notice the latest version seems to be jarvis beta? Unfortunately, I dont' really see the point in this when MPC-HC is updated and everything works. The only reason I'm trying to get away from this setup is because I'd like one remote that works with everything.

Try the link in the set up guide. It is for Jarvis 16.1. You should be able to use DXVA2. DSPlayer uses the same LAV Filters as any other program.
I will try that link, but I believe it looked the same as the one I got. I believe I had the same problem with mpc-hc. Using the internal filters it would not do hardware decoding, I had to use the external filters. Is there a way to add the external filters and just have them work for everything? I first added the splitter/source/audio/video decoder external and it wouldnt do anything, I'm sure I was missing something there.
(2016-06-11, 19:45)robl45 Wrote: [ -> ]I will try that link, but I believe it looked the same as the one I got. I believe I had the same problem with mpc-hc. Using the internal filters it would not do hardware decoding, I had to use the external filters. Is there a way to add the external filters and just have them work for everything? I first added the splitter/source/audio/video decoder external and it wouldnt do anything, I'm sure I was missing something there.

I don't believe that the internal filters (0.68) will not allow hardware acceleration. It has worked for hundreds of other users including myself. This must be a set up issue.

You can use external filters. Follow the example in the guide. You need to add each filter in Filters Configuration and then assign these filters to content using Media Rules. Select Media rules and Filters configuration to open access to these menus.

Try these files: DSPlayer Starter Kit.

Install them into the Kodi userdata folder in the folder labelled "dsplayer."

Personally, I would investigate why the internal filters are not working correctly. This would save the hassle of installing identical copies of the same filters.
How can I see what's running when using this? With mpc I can right click and select filters and then lav video to confirm what it's using for decoding. I also seem to be having a problem with reclock saying my board doesn't support it. I think that usually happens when something else is trying to use the sound. Its working fine with mpc hc as external player. What I thought was strange is I had this version running and used my default of mpc hc external and it was doing software decode. Switched to my normal version of kodi with mpc external and its doing hardware.
(2016-06-12, 03:22)robl45 Wrote: [ -> ]How can I see what's running when using this? With mpc I can right click and select filters and then lav video to confirm what it's using for decoding. I also seem to be having a problem with reclock saying my board doesn't support it. I think that usually happens when something else is trying to use the sound. Its working fine with mpc hc as external player. What I thought was strange is I had this version running and used my default of mpc hc external and it was doing software decode. Switched to my normal version of kodi with mpc external and its doing hardware.

Try Video Settings -> Filters list

Set ReClock to 96,000 Khz / 24 bit integer padded to 32. WASAPI Exclusive.
But I have to exit out of the film to do that. I know what is running, what I don't know is what decoder it is actively using.

(2016-06-12, 03:39)Warner306 Wrote: [ -> ]
(2016-06-12, 03:22)robl45 Wrote: [ -> ]How can I see what's running when using this? With mpc I can right click and select filters and then lav video to confirm what it's using for decoding. I also seem to be having a problem with reclock saying my board doesn't support it. I think that usually happens when something else is trying to use the sound. Its working fine with mpc hc as external player. What I thought was strange is I had this version running and used my default of mpc hc external and it was doing software decode. Switched to my normal version of kodi with mpc external and its doing hardware.

Try Video Settings -> Filters list

Set ReClock to 96,000 Khz / 24 bit integer padded to 32. WASAPI Exclusive.
(2016-06-12, 03:44)robl45 Wrote: [ -> ]But I have to exit out of the film to do that. I know what is running, what I don't know is what decoder it is actively using.
No. If you access Codec Info (O on the keyboard with standard keymap) you get the list of codecs used. LAV filters followed by (i) mean that Kodi is using the internal ones of DSPlayer.
Once you are sure of that, you press M to bring up the menu, then you select Video Settings from the on screen menu (all this while the video is playing), you go to Filter Lists, you select the filter you want info on and its config window will appear, just as, in MPC-HC, doing right-click/filters/filter's name.
DSPlayer is a great idea and works great you just need to get your settings in check.
(2016-06-12, 12:01)ashlar Wrote: [ -> ]
(2016-06-12, 03:44)robl45 Wrote: [ -> ]But I have to exit out of the film to do that. I know what is running, what I don't know is what decoder it is actively using.
No. If you access Codec Info (O on the keyboard with standard keymap) you get the list of codecs used. LAV filters followed by (i) mean that Kodi is using the internal ones of DSPlayer.
Once you are sure of that, you press M to bring up the menu, then you select Video Settings from the on screen menu (all this while the video is playing), you go to Filter Lists, you select the filter you want info on and its config window will appear, just as, in MPC-HC, doing right-click/filters/filter's name.

Thank you, this is very good info. I did get it running last night with the internal filters and reclock. I will see if I can get the external filters to work as I prefer to keep them updated. Does anyone know if this setup will play 3d mvc mkv like the mpch-hc plus lav and madvr will?

I can't use exclusive fullscreen in this, is that a problem? I get black screen on exit no matter what unless I disable fullscreen exlusive.
Got it working with the external filters, everything seems to be working, but reclock keeps popping up a box saying invalid argument at the start of the film. Anyone have any ideas on this? It didn't do this on the internal filters. Reclock does appear to be working regardless.
(2016-06-12, 17:19)robl45 Wrote: [ -> ]Got it working with the external filters, everything seems to be working, but reclock keeps popping up a box saying invalid argument at the start of the film. Anyone have any ideas on this? It didn't do this on the internal filters. Reclock does appear to be working regardless.

Your audio device doesn't support the frequency and bit depth chosen (e.g. 96,000 khz / 24 bit). You might be better off using Sanear. ReClock should be used with an AV receiver.
I do have a receiver. There is something with dsplayer wasabi exclusive and reclock. I switched the settings in reclock and no more error. Now its all working and reclock appears to be working but madvr is reporting 1 frame drop every 30 seconds. Reclock is reporting refresh rate at 24 hz and madvr reporting it at 23.97 which I'm sure is the issue. This whole setup been working for 5 years with Mpc hc perfectly.

[

quote='Warner306' pid='2356716' dateline='1465763268']
(2016-06-12, 17:19)robl45 Wrote: [ -> ]Got it working with the external filters, everything seems to be working, but reclock keeps popping up a box saying invalid argument at the start of the film. Anyone have any ideas on this? It didn't do this on the internal filters. Reclock does appear to be working regardless.

Your audio device doesn't support the frequency and bit depth chosen (e.g. 96,000 khz / 24 bit). You might be better off using Sanear. ReClock should be used with an AV receiver.
[/quote]
All working except 3d mpc mkv if anyone knows how to get that working.

EDIT: Two issues I noticed when trying to get this to work are I've had to go back into settings at least twice now as Kodi seems to forget the dsplayer settings and sets them back to default. I.E. everything goes back to default for Audio renderer internal filters etc.

When playing a 3d hsbs mkv last night, it asked me to pick the stream. A box popped up from KODI sayings pick stream one or two. I've never seen something like this is KODI and it I'm assuming its specfic to dsplayer, I've watched this movie multiple times and never seen this box pop up on anything else. The big problem with it is it doesn't seem to be able to be controlled from the Kodi remote, I need to go and click something, usually cancel button in the box to get rid of the box with a mouse application.
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 523 524