Win HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus
(2018-03-11, 18:17)brazen1 Wrote: Since my goal is to play everything there is and to optionally play them to the highest extent such as with menus, I thought it would be appropriate to set all the defaults to reflect that.  Users still have the option of manually selecting any player which entails 2 button presses to navigate to the 'play using' tab.  I don't consider defaulting the 4 players to reflect their strong points as I've done an issue.  If you desire to use one player for everything, fwiw, no one player can do everything.  But I understand your request.  Typically, users want to play HDR and 3D these days and don't want to pay for capable players but understand MPC with components is free provided they don't mind not using the full potential of their disc and limit themselves to main movie only.  Fwiw, the two pay players (one for 3D with menus and one for UHD HDR with menus) costs less than $15 total on eBay.  If you want to deviate from the defaults, you can simply modify your playercorefactory.xml rules how you desire.  There are already many examples in this thread.  Mainly just edit the rule filetypes to list every file extension you use and assign the rule to MPC-BE.  Something like this:

<rule filetypes="mkv|avi|mp4|mpg|m2ts|vob|bdmv|rar|iso|" player="MPC-BE">

I use FSE for 3D and 4k HDR and retain 10bit.  Nothing is required to be on or off differentiating the two.  Not sure why it would be for you.  But if you insist, the bats don't need to control the on/off.  madVR already does.  Create a 'Rendering' profile for 3D, turn on FSE for it and off for your other profiles.  This way, it toggles FSE on when 3D mode is engaged, and off when finished.  I think this profile rule will work for you:

if (3D) "3D"
else if (srcWidth <= 720) and (srcHeight <= 576)"SD"
else if (srcWidth <= 1280) and (srcHeight <= 720)"HD"
else if (srcWidth <= 1920) and (srcHeight <= 1080)"FHD"
else if (srcWidth <= 3840) and (srcHeight <= 2160)"UHD"
else "4K"
Thanks! Apologies, somehow overlooked your reply.  I can't playback 4K HDR remuxes on FSE all, not sure why; could be my GT 1030, but windowed mode works fine.  Also got some odd 3D issues using powerdvd 17 (tearing, jitter etc) with MVC remuxes, but haven't had time to debug.
Reply


Messages In This Thread
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:20
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:29
RE: Kodi 3D Guide - by michaelsammler - 2015-06-22, 00:38
RE: Kodi 3D Guide - by brazen1 - 2015-06-23, 17:15
RE: Kodi 3D Guide - by michaelsammler - 2015-06-24, 02:23
RE: Kodi 3D Guide - by brazen1 - 2015-06-24, 17:22
RE: Kodi 3D Guide - by michaelsammler - 2015-06-25, 09:26
RE: HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players - by Eagle784 - 2018-04-16, 03:10
HELP! - by brazen1 - 2018-08-22, 18:50
RE: HELP! - by zxaura1 - 2018-08-24, 09:32
Problem with DXVA scaling videos - by obstler - 2018-10-27, 10:13
Logout Mark Read Team Forum Stats Members Help
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus39