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-11-26, 13:18)sat4all Wrote: [ -> ]maybe instead of asking team kodi for dsplayer adoption we should ask madshi for cross-platform render?

Uhm, sorry, but no, I don't have the development resources for that. Furthermore, I don't think e.g. Linux has a system level plugin system comparable to DirectShow. So even if I did port madVR to Linux, you couldn't just tick some checkbox and then use it in your favorite media player. I'd have to beg every media player developer to add support for such a madVR port, and I'm not sure many would be willing to do that, considering that most of them in the Linux world are open source, while madVR is not. So the whole idea of porting madVR to e.g. Linux is not very attractive to me.

(2015-11-27, 12:39)afedchin Wrote: [ -> ]Just to be honest. I as one developer who supports windows platform (yes, it's me) I don't want to support a huge "black box" like DSPlayer is for me. I'm alone and have no time enough for core Kodi not even speaking about DSPlayer. The main problem of DSPlayer for me as windows developer: there is no a possibility to use madVR renderer without DirectShow filters. If there is a some way to use madVR (through COM) just as another renderer like DXVA, Pixel Shaders or Software, I would be glad to try to implement an integration. But current state of DSPlayer in not acceptable not only for me but for all devs in the team whether you like it or not. Also I didn't like what madVR isn't open source project and I'm realy don't like to working with closed source projects.

I could add a non-DirectShow interface to madVR. But it seems that an "official" Kodi video renderer binary interface might be happening sooner or later, anyway, so maybe we should just wait for that, to save you the development time, and to keep the Kodi code base as clean as possible?

Btw, such an interface would have to go a bit deeper than you probably anticipate right now, because in order to provide *all* the madVR features, I'd need to have control over Direct3D presentation. So the interface would need to include some way for the Kodi main EXE and the video player and the video renderer components to discuss who's in charge of Direct3D etc. I wish a simple "draw frame X and deliver it in a surface or texture" would suffice, but it doesn't. We'd lose half of the madVR features that way. Well, maybe not half, but some of them are quite important.

(2015-11-28, 00:55)geofred1993 Wrote: [ -> ]And why not mpv?

Amazing features:

- Mostly all madvr's features like deband, nnedi3, sharpeners and some more.
- It's fully open source and is available on windows, osx and linux.

It may be a good match for Kodi because it's also open source and multi platform, and it has copied several good ideas from madVR. But don't kid yourself into thinking that it has "mostly all madvr's features". It's quite far from that. Also the quality of some of the key algorithms that mpv does have doesn't match madVR's quality (yet?). I could give you a detailed list of all quality differences, but if I gave you such a list, I already know that you'd forward it to the mpv devs to use as a checklist for their future development, so I'm not going to do that.
@madshi

thanks for sharing your vision.
Is there any chance for you to contribute for integrating some of madvr clue features like deband, high quality scalers... on built in kodi video player?
i know that plenty of madvr features already exist in your to do list, but it worth tryingBig Grin
If I made my algorithms available to an open source project, I could just as well open source madVR itself. Which is not going to happen. The key reason why madVR is closed source is that I want users to use madVR, and not some other renderer. Open sourcing madVR means I would lose any quality or feature advantage that I might still have over other renderers, which means users wouldn't gain anything, anymore, by using madVR, which is the opposite of what I want.

I have the utmost respect for open source developers. I have to admit that I'm more selfish than they are. However, my wish to write/have the best video renderer also drives my motivation. madVR wouldn't be what it is (maybe wouldn't even exist at all) without that.
Fair enough.

thanks much.
For now I update Jarvis with all update until now (12/02/2015) .

link for download:

https://dl.dropboxusercontent.com/u/7799...0.dx11.exe

Warnings:
- This is an unofficial Kodi build not from Team Kodi.
- This build comes with no warranties, explicit or implied, and you use it at your own risk.
- This build was compiled by Wanilton, for use only in Windows OS, and have same functions official build + dsplayer support.

git:

https://github.com/mediaBrasil/xbmc/tree...r_dsplayer

PS: I will no update or developer dsplayer, only'll keep the current code by aracnoz update with master.
Thanks Walnilton
Is anybody here?

I need your help
I'm trying to run the aracnoz's DsPlayer in my nephew's PC
I created a folder/Madvr 89.13 in C:/Program files (x86)
But i cannot extract the files from the ZIP , therefore i cannot run the install.bat
What i'm doing wrong?
Do i need to install the playercorefactory and mediasconfig/filterconfig first?
This is the reason?
Thanks for your attention
Quote:I could give you a detailed list of all quality differences, but if I gave you such a list, I already know that you'd forward it to the mpv devs to use as a checklist for their future development, so I'm not going to do that.

I don't give a damn about dsplayer, but this is sooo far from our values that I'd give -1 to merging just for that phrase...
(2015-11-28, 21:20)Koying Wrote: [ -> ]I don't give a damn about dsplayer, ...

Hmm, I thought the direction this discussion went was productive, but ...
(2015-11-28, 21:20)Koying Wrote: [ -> ]
Quote:I could give you a detailed list of all quality differences, but if I gave you such a list, I already know that you'd forward it to the mpv devs to use as a checklist for their future development, so I'm not going to do that.

I don't give a damn about dsplayer, but this is sooo far from our values that I'd give -1 to merging just for that phrase...
Come on, guys, read before posting. aracnoz added back EVR support just to avoid depending on closed source code *and* he was ready to work on dsplayer as a binary addon when it became possible to do so.

Also, criticizing madshi seems kind of nearsighted, considering how much he's contributing to raising the bar for htpc playback quality.
Thanks Walnilton!
(2015-11-29, 00:05)ashlar Wrote: [ -> ]
(2015-11-28, 21:20)Koying Wrote: [ -> ]
Quote:I could give you a detailed list of all quality differences, but if I gave you such a list, I already know that you'd forward it to the mpv devs to use as a checklist for their future development, so I'm not going to do that.

I don't give a damn about dsplayer, but this is sooo far from our values that I'd give -1 to merging just for that phrase...
Come on, guys, read before posting. aracnoz added back EVR support just to avoid depending on closed source code *and* he was ready to work on dsplayer as a binary addon when it became possible to do so.

Also, criticizing madshi seems kind of nearsighted, considering how much he's contributing to raising the bar for htpc playback quality.

Says the rich man to the poor: Hey, look - see - without me you would not know how rich one could get ... that's what koying meant with our values.
(2015-11-28, 21:20)Koying Wrote: [ -> ]I don't give a damn about dsplayer

All is said.
I love DSPlayer, I really do. I love how it brings all these features to the table, but I'm thinking.. Isn't there standardized renderers, filters and so on that could work across all platforms? (I don't know and I shall Google this after this message.) I mean, going back to DVDplayer after this seems.. Horrible. I love Kodi, but dammit once you've fiddled with all this shit, it seems dumb not to take advantage of all these nice features any more.

EDIT: Found DVDplayer thread, deleted last part of post, sorry.
(2015-11-28, 19:37)Wanilton Wrote: [ -> ]For now I update Jarvis with all update until now.

link for download:

https://dl.dropboxusercontent.com/u/7799...0.dx11.exe

Warnings:
- This is an unofficial Kodi build not from Team Kodi.
- This build comes with no warranties, explicit or implied, and you use it at your own risk.
- This build was compiled by Wanilton, for use only in Windows OS, and have same functions official build + dsplayer support.

git:

https://github.com/MediaBrasil/xbmc/tree...r_dsplayer

PS: I will no update or developer dsplayer, only'll keep the current code by aracnoz update with master.

Thank you for this!
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