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 523 524 525 526 527 528 529 530 531 532


RE: Kodi DSPlayer – DirectShow Player for Windows - brazen1 - 2024-07-03

(2024-07-03, 02:49)tiben20 Wrote: Tell me more problems so i can work on them

iso's with menus when using VideoPlayer only if you're in to it.


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-03

(2024-07-03, 03:01)only1hammy Wrote:
(2024-07-03, 02:49)tiben20 Wrote: https://github.com/tiben20/xbmc/releases/tag/dsplayer_001

Known problems:
-when coming back from a video which was hd the colors are of kodi are strange until you start another video.
-Scaling with madvr as mentionned before still not fix

Tell me more problems so i can work on them

Receiving these errors on first run:
Fixed the missing dlls and reuploaded. Next time you can just say the name of the dll its enough, ill try to fix it so i dont have to recopy those dependency


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-03

(2024-07-03, 03:05)brazen1 Wrote:
(2024-07-03, 02:49)tiben20 Wrote: Tell me more problems so i can work on them

iso's with menus when using VideoPlayer only if you're in to it.
Ill take a note and look into it. Videoplayer is untouched so it most be a if missing somewhere


RE: Kodi DSPlayer – DirectShow Player for Windows - Docbeeps - 2024-07-03

I’m getting the following dll not found errors:

dovi.dll
liblcms2-2.dll
libspirv-cross-c-shared.dll
libshaderc_shared.dll


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-03

(2024-07-03, 13:00)Docbeeps Wrote: I’m getting the following dll not found errors:

dovi.dll
liblcms2-2.dll
libspirv-cross-c-shared.dll
libshaderc_shared.dll

im posting a new one with them


RE: Kodi DSPlayer – DirectShow Player for Windows - roby69 - 2024-07-03

Hi,
I’m getting the following dll not found errors:
avcodec-60.dll
libwinpthread-1.dll


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-04

(2024-07-03, 17:30)roby69 Wrote: Hi,
I’m getting the following dll not found errors:
avcodec-60.dll
libwinpthread-1.dll

i added dlls.zip its every single dlls just copy and overwrite where you installed kodi i will need to fix the package builder


RE: Kodi DSPlayer – DirectShow Player for Windows - only1hammy - 2024-07-04

(2024-07-04, 02:58)tiben20 Wrote:
(2024-07-03, 17:30)roby69 Wrote: Hi,
I’m getting the following dll not found errors:
avcodec-60.dll
libwinpthread-1.dll

i added dlls.zip its every single dlls just copy and overwrite where you installed kodi i will need to fix the package builder

I tested around a dozen 3840x2160 clips with madVR and everything looked great/normal.  Resume positions seemed to be getting registered.  Joystick support is great.  Scaling bug still there for madVR of course, not sure if there's any settings for us to change but I think it's not settings related.  Let me know if you need more info on that.

I took a quick look using MPC renderer.  Scaling was fine but a lot of skipped frames (maybe 1/3 frames skipped).  Log here: ikofatadaj.kodi (paste)

Also, not sure why, but unable to connect to any repository (even main Kodi repo).


RE: Kodi DSPlayer – DirectShow Player for Windows - roby69 - 2024-07-04

hi,
libsubs.dll is missing in the dlls.zip


RE: Kodi DSPlayer – DirectShow Player for Windows - roby69 - 2024-07-04

I have a problem with the scaling of the following video:

ImageImage

log file: kodi log
thanks


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-04

(2024-07-04, 07:16)roby69 Wrote: hi,
libsubs.dll is missing in the dlls.zip
just added it

For the scaling ill work on it. Did you try to change it. If i remember correctly the keyboard input is "z"


RE: Kodi DSPlayer – DirectShow Player for Windows - roby69 - 2024-07-04

with dialog keyboard "z", this stretched the video to full screen? The face is always distorted.

Image


RE: Kodi DSPlayer – DirectShow Player for Windows - roby69 - 2024-07-04

By pressing "z" several times I got the right aspect, I think.
This change is applied to all videos played subsequently. The setting is reset when Kodi restarts.


Image


RE: Kodi DSPlayer – DirectShow Player for Windows - Nabazul - 2024-07-07

Just wanted to give this a try using SVP. Unfortunately i cannot get it to work. In Kodi DSP 17.6 i just had to add "ffdshow raw video filter" as an external filter. However the option is greyed out. Am i doing something wrong or is it just not jet implemented?

Link to SVP Kodi Setup


RE: Kodi DSPlayer – DirectShow Player for Windows - tiben20 - 2024-07-08

(2024-07-07, 17:50)Nabazul Wrote: Just wanted to give this a try using SVP. Unfortunately i cannot get it to work. In Kodi DSP 17.6 i just had to add "ffdshow raw video filter" as an external filter. However the option is greyed out. Am i doing something wrong or is it just not jet implemented?

Link to SVP Kodi Setup
its noted ill look into it. I didnt know ffdshow was still used in 2024. Fyi a big part of the code when i upgraded it to the new kodi standards i converted a big part of the code that was not that complex and some part i commented out to fix later. The pvr i commented out, i remember having commented external filters and some other stuff. So just like you did talk about it ill fix it when i have time.
ps: i slowed down development due to vacation