![]() |
|
3DTV Support - Play "3D" Movies in XBMC plus have GUI / OSD and subtitles just work? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Feature Suggestions (/forumdisplay.php?fid=9) +--- Thread: 3DTV Support - Play "3D" Movies in XBMC plus have GUI / OSD and subtitles just work? (/showthread.php?tid=66970) |
- poofyhairguy - 2011-03-21 08:33 sonic00 Wrote:How can I disable VDPAU? You use CPU decoding. - steve1977 - 2011-04-29 07:55 Any good news on better display of half-SBS movies in XBMC? Any news on sub-title support? Thanks in advance! - bragg2012 - 2011-05-31 16:49 side by side mkv's and top/bottom 3D rips will play fine if your hardware can handle it. (I'm decoding on a crystal HD 1080p sbs fine) I just kick them off then put the TV into 3D side by side mode. Depending on the movie you might have to fine tune the depth in the TV settings. On my Samsung I prefer -2 as the 3D viewpoint for most films, for gaming on crysis2/avatar I have to turn this up to +5. The only thing I'm struggling with now are subtitles on Avatar. I have yet to find a SBS rip with hardcoded na'vi subs. I might try this software http://84.27.10.123/3DSubtitler/ to add them myself. 3d sbs - mngrl1 - 2011-06-03 02:39 just quickly i was disappointed about xbmc not playing 3d sbs files then i remembered about the external player being a total noob and not knowing much about changing config files i managed to get this setup working so i thought id share sView is a free 3d easy to use player http://www.sview.ru/en i ran this got it playing my SBS .mkv files the way i wanted then on windows 7 x64 in \AppData\Roaming\Xbmc\userdata .....windows x86 is probably a different folder i dont know..... i made a new text file saved it as playercorefactory.xml inside i put <playercorefactory> <players> <player name="SView" type="ExternalPlayer" audio="true" video="true"> <filename>C:\Program Files\sView 2009\sView.exe</filename> <args>"{1}" --fullscreen /close</args> <hidexbmc>false</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filetypes="mkv" filename=".*sbs*" player="sview"/> </rules> </playercorefactory> then where i have my 3d SBS files stored i add to each movies file name sbs so example movie is jackass 3d.mkv i changed it to jackass 3d sbs.mkv and it works im so happy i love xbmc ![]()
just quick - mngrl1 - 2011-06-03 02:42 i dont have a 3d tv just a pc with 3d monitor and 3d projector. other wise i could have just flick the tv to play sbs. i have a optoma hd66 projector which relies on the pc to play the sbs files in sbs mode - steve1977 - 2011-06-03 03:20 mngrl1 Wrote:just quickly i was disappointed about xbmc not playing 3d sbs files then i remembered about the external player being a total noob and not knowing much about changing config files i managed to get this setup working so i thought id share This is cool. Just one Q - I have thought that XBMC actually plays half-SBS. It will play them in moderate quality using HW-acceleration and in good quality when turning off HW-acceleration. Does the external player above have any advantages over standard XBMC player? 3D Dlp Projectors and pc monitors - mngrl1 - 2011-06-03 04:58 xbmc will play sbs mkv files beautifully but it plays them side by side then you use the tv in sbs mode to view them correctly. 3d projectors dont have side by side mode so you need a software player to play them in side by side mode a quick question for someone in the know or if someone could do a search for me, it seems that sView player is using all my cpu is this cause its using cpu for decoding and not my gfx card? also i am using a ati 4890 in my htpc would i be better using a nvidia with cuda? htpc specs are amd x2 2.7ghz 4gb ddr2 800mhz ram ati 4890 3d files are now dropping frame rates and running 2 programs xbmc and sview is using %100 cpu lol now searching ebay for cheap am3 quad core cpu and cuda gfx card - bigbadrabbit - 2011-06-03 09:17 mngrl1 Wrote:3d projectors dont have side by side mode so you need a software player to play them in side by side That's not correct. 3D projectors like the Acer HD5360BD do have a side-by-side mode along with all other common 3D-modes like over/under, framepacking, etc. Always some one willing to correct u - mngrl1 - 2011-06-03 09:52 My bad I didn't mean all 3d projectors. Should have said some 3d compatible projectors. 3D SBS with subs working - modderhut - 2011-06-12 00:13 Thank you all for all the pointers in this thread! Especially mngrl1. I use the external player MPC-HC as described by mngrl1 5 posts above. MPC is called for all files that have SBS or 3D in the filename. Discovered that if you are on a x64 system with MPC x64 installed that the audio does not work, so you need to install MPC x86. Did put the audio to "false" as I don't want an audio file that has SBS or 3D in its filename to call MPC. MPC makes use of ffdshow and in the ffdshow video decoder settings you can enable subtitles and under placement enable stereoscopic. If you still see the standard subs the uncheck "Enable" in MPC -Play -Subtitles. There is an android app for MPC and I use that to close it and return to XBMC, would be nice if a close MPC button could be in the XBMC remote app. |