• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 54
Win HOW TO - Set up madVR for Kodi DSPlayer & External Players
(2016-12-18, 14:45)movie78 Wrote:
(2016-12-17, 00:15)Warner306 Wrote:
(2016-12-17, 00:10)movie78 Wrote: Could not see the playercorefactory.xml in the MPC directory I also try MPC with madVR 3D ISO or MKV and had the same results, everything playback as 2D.

You may have hit a dead end and will have to go back to regular Kodi. Are you sure you picked the correct 3D format in madVR?
Can you please show me 3D MVC working on yours?
Thanks!

I have been playing framed packed 3D.mkv movies for a while now with Kodi 16.1/Dsplayer + Madvr + Lav 0.68.1 with zero issues. What graphics card are you using if I may ask? I know with my nvidia gtx 980 ti I must have stereoscopic 3D enabled in the control panel for 3D to work properly, otherwise it would just play in 2D.
Display: LG OLED77C9 | A/V Receiver: Denon AVR-X4500H | 2019 Nvidia Shield Tv Pro | Apple TV 4K | 2017 Roku Ultra | HTPC | Game PC | PS5 
Reply
Warner306 , I do not understand the because this rules do not go well through madVR for have selected the profile 3D .With this rules I have been playing framed packed 3D.mkv some month does with Kodi 16.1/Dsplayer + Madvr + Lav 0.68.1 with zero issues me too , as established in precedence it is selected the profile 1080p25. I'm in Stall.

it is not that you do a verification if you have time ?
Reply
(2016-12-20, 10:31)gotham_x Wrote: Warner306 , I do not understand the because this rules do not go well through madVR for have selected the profile 3D .With this rules I have been playing framed packed 3D.mkv some month does with Kodi 16.1/Dsplayer + Madvr + Lav 0.68.1 with zero issues me too , as established in precedence it is selected the profile 1080p25. I'm in Stall.

it is not that you do a verification if you have time ?

I don't have any 3D content to test.
Reply
OK. I take note . I ask you only as it should be added the string in the Rules (fileName = "*3D*.mkv") At least for try. Some example ?
Reply
(2016-12-21, 09:57)gotham_x Wrote: OK. I take note . I ask you only as it should be added the string in the Rules (fileName = "*3D*.mkv") At least for try. Some example ?

Try:

(fileName = "*3D*.mkv")
(fileName != "*3D*.mkv")

All of your 3D files would need 3D in its filename.
Reply
Warner306 , I'm putting us all there my good will .
I have applied the two rules so , else not I have notion for understand

(fileName != "*3D*.mkv")

else if (fileName != "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName != "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"

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


(fileName = "*3D*.mkv")

else if (fileName = "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName = "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"

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

For both applied so , it is always selected the profile 1080p25.
All my 3D files have in the name :
.bluray.3D.mkv
(Star Wars - The Force Awakens (2015).bluray.3D.mkv)
Reply
(2016-12-22, 21:12)gotham_x Wrote: Warner306 , I'm putting us all there my good will .
I have applied the two rules so , else not I have notion for understand

(fileName != "*3D*.mkv")

else if (fileName != "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName != "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"

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


(fileName = "*3D*.mkv")

else if (fileName = "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName = "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"

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

For both applied so , it is always selected the profile 1080p25.
All my 3D files have in the name :
.bluray.3D.mkv
(Star Wars - The Force Awakens (2015).bluray.3D.mkv)

Try:

if (fileName = "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName = "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"


else if (fileName != "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p"
else if (fileName != "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p"
Reply
A picture is worth a thousand words.


Image[/img]


I'm disconsolate
Reply
(2016-12-23, 00:36)gotham_x Wrote: A picture is worth a thousand words.


Image[/img]


I'm disconsolate

Where is your rule for 1080p25? You're still making a mistake.
Reply
That highlighted is the rules for 1080p25

Image
Reply
if (deintFps <= 25) and (srcWidth > 1920) "2160p25"
else if (deintFps <= 25) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p25"

else if (deintFps > 25) and (srcWidth > 1920) "2160p60"
else if (deintFps > 25) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p60"

else if (fileName = "*3D*.mkv") and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (fileName = "*3D*.mkv") and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"

else if (fileName != "*3D*.mkv") and (deintFps <= 25) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p25"
else if (fileName != "*3D*.mkv") and (deintFps <= 25) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p25"

else if (fileName != "*3D*.mkv") and (deintFps > 25) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p60"
else if (fileName != "*3D*.mkv") and (deintFps > 25) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p60"

else if (deintFps <= 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p25"
else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight > 540) and (srcHeight <= 720)) "720p25"

else if (deintFps > 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p60"
else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight > 540) and (srcHeight <= 720)) "720p60"

else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight <= 540)) "540p25"

else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight <= 540)) "540p60"
Reply
Doesn't madVR check all the rules in sequence? If that is the case, I would start with the 3D rule, because as soon this criteria is met, the profile is used and the other criteria are not checked.

I am using these rules and it is perfectly working for me:

if (deintFps <= 25) and (srcWidth > 1280) and (fileName = "*.3D*") "3d"
else if (deintFps <= 25) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p25"

else if (deintFps <= 25) and (srcWidth > 1280) "1080p25"
else if (deintFps <= 25) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p25"

else if (deintFps > 25) and (srcWidth > 1280) "1080p60"
else if (deintFps > 25) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p60"

else if (deintFps <= 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p25"
else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight > 576) and (srcHeight <= 720)) "720p25"

else if (deintFps > 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p60"
else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight > 576) and (srcHeight <= 720)) "720p60"

else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight <= 576)) "SD25"

else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight <= 576)) "SD60"
Reply
Warnwr 306 , I think that now with this new arrangement the rules we have solved the problem.
1080p 3D now is selected with success!!! Thanks for collaboration and thine patience me have helped

Thanks also to bollstedt for interest to my problem.
Reply
(2016-12-23, 21:50)gotham_x Wrote: Warnwr 306 , I think that now with this new arrangement the rules we have solved the problem.
1080p 3D now is selected with success!!! Thanks for collaboration and thine patience me have helped

Thanks also to bollstedt for interest to my problem.

Glad it's working. I made a typo, so if it's not working try copying it again.
Reply
Hi Warner306 and Happy New Year.
I would like to ask if it is possible over to rules of which above add a rules a profile for files HEVC with resolution video 1920x800 for madVR ?
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 54

Logout Mark Read Team Forum Stats Members Help
HOW TO - Set up madVR for Kodi DSPlayer & External Players5