Kodi Community Forum
Kodi Media Player Options with 3D MVC & HD Audio - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112)
+--- Thread: Kodi Media Player Options with 3D MVC & HD Audio (/showthread.php?tid=221407)



RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - brazen1 - 2016-07-24

Yes, set stereoscopic enabled either in Windows display settings and/or Nvidia control panel and don't touch it again. It's set and forget.
The Kodi GUI has multiple 3D settings. Enable them. Anything with a choice set to preferred (not ask me or anything else).

Player settings:
Adjust display refresh rate on start/stop
Decode the stereo stream from 3D enabled
Playback mode preferred
Disable 3D when finished enabled

System settings:
Display:
Resolution 1920x1080
Refresh Rate 60
Use fullscreen enabled
Stereoscopic 3D current is disabled
Preferred same as movie

Playercorefactory works perfect with any build including this one.
Here's mine fwiw.

<playercorefactory>
<players>
<player name="3D" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\DAN\AppData\Roaming\Kodi\userdata\PlayISO3D.bat</filename>
<args>"{1}"</args>
<hidekodi>false</hidekodi>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="2D" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\DAN\AppData\Roaming\Kodi\userdata\PlayISO2D.bat</filename>
<args>"{1}"</args>
<hidekodi>false</hidekodi>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|avi|strm|mov|flv|mp4|webm|3gp" player="VideoPlayer"/>
<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="3D"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="2D"/>
</rules>
</playercorefactory>

Further details can be found in my guide.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - robl45 - 2016-07-24

Here is mine, been using it for years. this version of kodi doesn't see it.

<?xml version="1.0"?>

-<playercorefactory>


-<players>


-<player video="false" audio="false" type="ExternalPlayer" name="Universal_Player">

<filename>C:\Program Files (x86)\MPC-HC\mpc-hc.exe</filename>

<args>"{1}" /fullscreen</args>

<hidexbmc>true</hidexbmc>

<hideconsole>true</hideconsole>

<warpcursor>none</warpcursor>

</player>


-<player video="false" audio="false" type="ExternalPlayer" name="Disc_Player">

<!-- You can place your PlayDisc file in \Roaming\XBMC\userdata\ -->


<filename>C:\Users\rob\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>

<args>"{1}" /fullscreen</args>

<hidexbmc>true</hidexbmc>

<hideconsole>true</hideconsole>

<warpcursor>none</warpcursor>

</player>

</players>


-<rules action="prepend">

<rule player="Disc_Player" protocols="bd|dvd"/>

<rule player="Universal_Player" filename="*.*"/>

</rules>

</playercorefactory>


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - wesk05 - 2016-07-25

Looks like Amlogic S905X is going to be a disappointment Sad I only got H-SBS or H-TAB output on Mini M8S II. At present it doesn't work at all in Kodi or SPMC, just the native movie player. It seems to work only with MVC MKV.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - Cob2 - 2016-07-25

I read that kaby lake coming soon. Finally 3d mvc 4k 10bit hevc evertything in one! Smile I'm tired of my nvidia shield


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - hdmkv - 2016-07-25

If Kaby Lake ends up supporting HDR as rumored, I'm with you Smile. See here and here.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - robl45 - 2016-07-26

Tried again today,I added the advanced settings file that you had told me about. It switches now automatically to 3d without me having to do anything in the display properties, but Nvidia card stopped working after a little bit. Just kept playing movie with a black screen and then if I quit the movie again back to a black screen. I rebooted and still same effect. Could not get it to work after that. Switched to the internal intel graphics and it worked fine. But the movies have some sort of artifact or something popping up. It only seems to be happening on the 8 channel movies as the 2 channel movie played fine. I"m guessing thats related to not having audio connected? I also have a speaker symbol int he top right that will never go away.

Still Playercore factory does not work.

(2016-07-24, 00:31)brazen1 Wrote: Yes, set stereoscopic enabled either in Windows display settings and/or Nvidia control panel and don't touch it again. It's set and forget.
The Kodi GUI has multiple 3D settings. Enable them. Anything with a choice set to preferred (not ask me or anything else).

Player settings:
Adjust display refresh rate on start/stop
Decode the stereo stream from 3D enabled
Playback mode preferred
Disable 3D when finished enabled

System settings:
Display:
Resolution 1920x1080
Refresh Rate 60
Use fullscreen enabled
Stereoscopic 3D current is disabled
Preferred same as movie

Playercorefactory works perfect with any build including this one.
Here's mine fwiw.

<playercorefactory>
<players>
<player name="3D" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\DAN\AppData\Roaming\Kodi\userdata\PlayISO3D.bat</filename>
<args>"{1}"</args>
<hidekodi>false</hidekodi>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="2D" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\DAN\AppData\Roaming\Kodi\userdata\PlayISO2D.bat</filename>
<args>"{1}"</args>
<hidekodi>false</hidekodi>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|avi|strm|mov|flv|mp4|webm|3gp" player="VideoPlayer"/>
<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="3D"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="2D"/>
</rules>
</playercorefactory>

Further details can be found in my guide.



RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - looun - 2016-07-26

the future from MIT... Tongue




RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - nickr - 2016-07-26

The speaker symbol means you have muted the sound.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - robl45 - 2016-07-26

(2016-07-26, 13:08)nickr Wrote: The speaker symbol means you have muted the sound.

Thats red speaker symbol isn't it? I've had that before, this is just white speaker symbol.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - fmedrano1977 - 2016-07-26

(2016-07-25, 22:30)Cob2 Wrote: I read that kaby lake coming soon. Finally 3d mvc 4k 10bit hevc evertything in one! Smile I'm tired of my nvidia shield
It's what I'm waiting for, to replace my main room Mede8er with a kodibox.

Sent from my HTC 10


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - Cob2 - 2016-07-27

Only worry is a price


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - hdmkv - 2016-08-10

This news just made my day!!! Big Grin

If this doesn't give HOPE 3D remains alive for Blu-ray, I don't know what would.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - movie78 - 2016-08-10

(2016-08-10, 22:42)hdmkv Wrote: This news just made my day!!! Big Grin

If this doesn't give HOPE 3D remains alive for Blu-ray, I don't know what would.

And they said 3D is DEADBig Grin


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - brazen1 - 2016-08-10

If I was a manufacturer, I'd say 3D is dead and limit my production to 4k only for a couple years. Once the market gets saturated, I'd ahem, introduce my new line of 4k 3D models to start milking.

Just picked up a brand new unused SAMSUNG UN65JS8500 4k 3D since the 3D market is dead and no one wants 3D panels anymore. I paid $1500 out the door. That will hold me over nicely for a while. 1080 active to each eye and up scaled 2160 rips look incredible. Also just ordered an Onkyo TX-NR646 for $225 that will pass through 4k, Atmos, and dtsX although my speaker install is only 7.2 surround instead of high.


RE: Kodi Player Options with MVC/frame-packed 3D & HD Audio - robl45 - 2016-08-11

Where did you get the 646 for that price?