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
(2015-04-05, 23:27)hentai23 Wrote: [ -> ]and an update on the GUI lag ...well according to this thread according to nevcairiel having kodi use a seperate renderer for the OSD elements would fix any said lag , i recon this would be the way to go since any other method such as lowering gpu queue introduces dropped frames in your playback and even then the lowest gpu queue could go is 4 and thats still 4 frames of OSD lag not to mention it about breaks madvr aka tons of dropped frames plus broken deinterlacing galore , not good , apparently zoomplayer uses a algorithm with madvr that fixes the OSD lag , that potplayer nor kodi can do according to him


check out both posts by huhn and nevcairiel here , http://forum.doom9.org/showthread.php?p=...ost1716167

i knew this wouldnt be a easy fix , damn it

I doubt it can be done with Kodi though. Because we ran Kodi / Playback in fullscreen most of the time. When Video playback is in fullscreen a Video renderer acquired whole device (in this case madVR). Anything writing on it (OSD) even as a layer has to write on it's renderer not a separated one.
(2015-04-06, 03:25)Warner306 Wrote: [ -> ]If using FFDShow to do the image resizing, then I don't think any of the custom algorithms will do much of anything. Either FFDShow does the resizing or madVR.

I'm not using FFDShow to do image resizing, just sharpening. I can see the difference between setting image upscaling to Nearest Neighbor and Jinc-3, but other than that its really hard for me to tell differences between say Jinc and Lanczos. I'm starting to think that SVP pretty much counteracts most of the gain you would get with madVR, as the interpolation may affect the images slightly.

Further, I did manage to stop the 1 frame/sec dropped by increasing the GPU queue in madVR, now its working perfectly it seems.

However, my subtitles in Kodi are gone, I have selected subtitles from the playback GUI, but they dont show up. With EVR subtitles work, what is the difference between subtitle handling between the two, and how do I fix madVR to display subtitles using the GUI in Kodi again?
(2015-04-06, 03:56)oldpoem Wrote: [ -> ]
(2015-04-05, 23:27)hentai23 Wrote: [ -> ]and an update on the GUI lag ...well according to this thread according to nevcairiel having kodi use a seperate renderer for the OSD elements would fix any said lag , i recon this would be the way to go since any other method such as lowering gpu queue introduces dropped frames in your playback and even then the lowest gpu queue could go is 4 and thats still 4 frames of OSD lag not to mention it about breaks madvr aka tons of dropped frames plus broken deinterlacing galore , not good , apparently zoomplayer uses a algorithm with madvr that fixes the OSD lag , that potplayer nor kodi can do according to him


check out both posts by huhn and nevcairiel here , http://forum.doom9.org/showthread.php?p=...ost1716167

i knew this wouldnt be a easy fix , damn it

I doubt it can be done with Kodi though. Because we ran Kodi / Playback in fullscreen most of the time. When Video playback is in fullscreen a Video renderer acquired whole device (in this case madVR). Anything writing on it (OSD) even as a layer has to write on it's renderer not a separated one.


well i sure as hell hope we can find a solution to this , since OSD lag is apparent for potplayer and mpchc as well , checkout the latest replys over at doom9 ive linked too, as well will i be forwarding a few kodi devs to this thread and doom9s , we ought to get this fixed , not only is the OSD lag horrible even with setting gpu queue to 4 you effectively are getting 4 frames of lag , hardly noticeable but drawback of this is it essentially breakes playback, and even with this , theres still lag as all hell when you backout to kodi GUIs Home screen and navigate around while playback is still active, this really needs fixing, perhaps even a collaboration between kodi devs , aracnoz and madshi


ok so ive opened a thread over at the dev section here :


http://forum.kodi.tv/showthread.php?tid=223561


now we wait and see what happens , i sure hope they take this request seriously so aracnoz and madshi can help to get this big issue solved not to mention finally dsplayer build receiving the attention it deserves

i dont think this would help any with the current issue , right ?

http://forum.kodi.tv/showthread.php?tid=218274
Do u really have so much lag?, i mean my lag is by no way such a big problem it seems to be for u, or some other guy.
I mean, it is not so urgent for me, but if ur lag is so dramatically noticeable. How is it?
(2015-04-06, 10:36)hentai23 Wrote: [ -> ]well i sure as hell hope we can find a solution to this , since OSD lag is apparent for potplayer and mpchc as well , checkout the latest replys over at doom9 ive linked too, as well will i be forwarding a few kodi devs to this thread and doom9s , we ought to get this fixed , not only is the OSD lag horrible even with setting gpu queue to 4 you effectively are getting 4 frames of lag , hardly noticeable but drawback of this is it essentially breakes playback, and even with this , theres still lag as all hell when you backout to kodi GUIs Home screen and navigate around while playback is still active, this really needs fixing, perhaps even a collaboration between kodi devs , aracnoz and madshi


ok so ive opened a thread over at the dev section here :


http://forum.kodi.tv/showthread.php?tid=223561


now we wait and see what happens , i sure hope they take this request seriously so aracnoz and madshi can help to get this big issue solved not to mention finally dsplayer build receiving the attention it deserves

i dont think this would help any with the current issue , right ?

http://forum.kodi.tv/showthread.php?tid=218274

It is mainly madVR issue though. I doubt any changes in Kodi would do anything with how madVR rendered and stored frames in advance. Asking Kodi dev to do anything with issue about how madVR works probably won't get anywhere. Especially you are telling other players have the same problem.

I'm quite sure DSPlayer will stay unofficial build and won't get merged into main branch. There are many reasons , mainly it's windows-only , rely on a lot of external elements. While Kodi try to be build as multi-platform and be a complete package as possible. So I saw nothing indicates this would change.

Also migrate to DX11 won't help much in this issue. As madshi said it's how madVR designed to operates. And probably only him who could make significant change to this issue.

For now It maybe probably better to go with previous aracnoz approach. Stop playback when you go back to main menu. I see no benefit of bring up main menu during playback. OK it's cool fancy stuff but is it really serve any purpose? Playback control menu is what we only need during playback and it works really fine here with no noticable lag..

Also good luck with finding Kodi windows dev. Last I heard there was only 1 dev working on specific windows build.
(2015-04-06, 11:38)vicmanpergar Wrote: [ -> ]Do u really have so much lag?, i mean my lag is by no way such a big problem it seems to be for u, or some other guy.
I mean, it is not so urgent for me, but if ur lag is so dramatically noticeable. How is it?

+1
@oldpoem
I agree basically with u, Kodi devs have stated several times about that, and i understand their point of view. It is an free system and they will tell u , u're free to do it urself.
Anyway, do really anyone go to the main menu while playing a movie?. I ask cos i've never do it, specially with Kodi being able to play from the point u left the movie.
Just curious, is ur lag so horrible?
(2015-04-06, 11:46)vicmanpergar Wrote: [ -> ]@oldpoem
I agree basically with u, Kodi devs have stated several times about that, and i understand their point of view. It is an free system and they will tell u , u're free to do it urself.
Anyway, do really anyone go to the main menu while playing a movie?. I ask cos i've never do it, specially with Kodi being able to play from the point u left the movie.
Just curious, is ur lag so horrible?

As I've said I rarely bring up main menu during playback, if I did it probably because I accidental hit back button on remote. And my lag is very minimal for my usage. It is close to normal Kodi responsiveness but I do see noticable lag when bring up main menu too. Just I'd think it's not that much lag as hentai-ecchi23 said or at least it's not much of my issue though.
A couple of questions concerning video playback.

Considering that we are using a completely different rendering pipeline (if that's the correct definition), would slow motion and frame by frame advancement be possible? That's a long standing request for XBMC/Kodi.
(2015-04-06, 15:20)ashlar Wrote: [ -> ]A couple of questions concerning video playback.

Considering that we are using a completely different rendering pipeline (if that's the correct definition), would slow motion and frame by frame advancement be possible? That's a long standing request for XBMC/Kodi.

The control is still using Kodi interface so I don't think so. Unless aracnoz implemented some shortcut command to do it.
But is that just a problem of interface, right? A way of accessing those playback controls, right?

Edit: when I say "just" I simply refer to the implementation, not to how easy I believe it would be to implement. I'm no coder and I'm only thankful for what's already there.
Would love frame by frame/slow motion function. Would be great if that were possible with DSPlayer.
This is great work. I had lost touch with the DSPlayer builds and didn't realize that they were still being updated for the latest Kodi versions. Now the MadVR support is integrated I couldn't be happier. I ditched my external player setup and have been using the DSPlayer build with MadVR and LAVfilters for the last week with no problems. I don't go back into the menu while playing a video so that issue does not affect me. The only problem I have is a slight audio sync issue but a 0.05ms delay seemed to solve it. Looking forward to seeing how this project moves forward.
(2015-04-06, 17:58)Jdiesel Wrote: [ -> ]This is great work. I had lost touch with the DSPlayer builds and didn't realize that they were still being updated for the latest Kodi versions. Now the MadVR support is integrated I couldn't be happier. I ditched my external player setup and have been using the DSPlayer build with MadVR and LAVfilters for the last week with no problems. I don't go back into the menu while playing a video so that issue does not affect me. The only problem I have is a slight audio sync issue but a 0.05ms delay seemed to solve it. Looking forward to seeing how this project moves forward.

Try using Video Clock (Resample Audio) to keep the audio in sync.

Also, I left the display modes blank in madVR and let Kodi do the refresh rate switching.

And I am using ReClock bitstreaming with "Disable media speed correction" unchecked.

This may sound like a mess, but it is working on a set-up with very stubborn audio sync issues.
(2015-04-06, 10:36)hentai23 Wrote: [ -> ]
(2015-04-06, 03:56)oldpoem Wrote: [ -> ]
(2015-04-05, 23:27)hentai23 Wrote: [ -> ]and an update on the GUI lag ...well according to this thread according to nevcairiel having kodi use a seperate renderer for the OSD elements would fix any said lag , i recon this would be the way to go since any other method such as lowering gpu queue introduces dropped frames in your playback and even then the lowest gpu queue could go is 4 and thats still 4 frames of OSD lag not to mention it about breaks madvr aka tons of dropped frames plus broken deinterlacing galore , not good , apparently zoomplayer uses a algorithm with madvr that fixes the OSD lag , that potplayer nor kodi can do according to him


check out both posts by huhn and nevcairiel here , http://forum.doom9.org/showthread.php?p=...ost1716167

i knew this wouldnt be a easy fix , damn it

I doubt it can be done with Kodi though. Because we ran Kodi / Playback in fullscreen most of the time. When Video playback is in fullscreen a Video renderer acquired whole device (in this case madVR). Anything writing on it (OSD) even as a layer has to write on it's renderer not a separated one.


well i sure as hell hope we can find a solution to this , since OSD lag is apparent for potplayer and mpchc as well , checkout the latest replys over at doom9 ive linked too, as well will i be forwarding a few kodi devs to this thread and doom9s , we ought to get this fixed , not only is the OSD lag horrible even with setting gpu queue to 4 you effectively are getting 4 frames of lag , hardly noticeable but drawback of this is it essentially breakes playback, and even with this , theres still lag as all hell when you backout to kodi GUIs Home screen and navigate around while playback is still active, this really needs fixing, perhaps even a collaboration between kodi devs , aracnoz and madshi


ok so ive opened a thread over at the dev section here :


http://forum.kodi.tv/showthread.php?tid=223561


now we wait and see what happens , i sure hope they take this request seriously so aracnoz and madshi can help to get this big issue solved not to mention finally dsplayer build receiving the attention it deserves

i dont think this would help any with the current issue , right ?

http://forum.kodi.tv/showthread.php?tid=218274

I like that you asked Team Kodi to make DSPlayer more relevant in the Kodi community. But it appears obvious that you can't simply fork the code into the main branch without dedicating a small team of people to looking after it. I'm sure at least one of them knows the new DSPlayer exists. Their unwillingness to say "that's cool what you have done with DSPlayer, especially the madVR integration" because I like Kodi is strange.

I think you are trying to open a whole can of worms that has already been opened by aracnoz and other DSPlayer developers at some point. The case for a high-end Kodi experience on Windows exists. But there is probably a logical reason why Team Kodi stays clear of DSPlayer. I don't agree that the menu gui lag is that serious, but I do agree that members of Team Kodi could be of use in improving this player. Why is high-end home theater not relevant to Kodi? I now Linux is free, and building a true HTPC costs money, but Windows is still the best source for free, high-end software. DSPlayer proves the two can co-exist.
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