Re: [PoC - Update 2010/09/12] MP3D - Render 3D via MediaPortal!
Hi there, first let me thank you for the fine work you sharing with us.
I do have a question, I was trying to enable rendering the output by "software pageflipping" this is a solution that requires no hardware support whatsoever so unlike "NVIDIA output" it wont ever crash your box if chosen. (and it works fine on my Stereoscopic Player v1.6.6)
That said I examined the XML file quoted and noted the menu items IDs as well as the Prev/Next property values, my findings was as follows: entry (prev, id, next)
Because I want to insert SoftpageFlip right in between these two items my mods were as follow:
I did no other changes.Needless to say, though seemed correct, the plugin will crash (exit movie playback) as soon as 3D mode is enabled, before even selecting "software page flipping" as a desired output.
I would really really appreciate it if you can have a look into this issue.
Please find attached my modified xml file in case you want to take a look at what I have done. I know you are not supporting modded xmls so it would be great if you can update the plugin configuration to include software page flipping.
Thanks again,
Thanks again,
You can try the same for enabling the NVIDIA format (FilterPropertyValues/Filterproperty 102/NextPropertyValue = 106 ...)
Hi there, first let me thank you for the fine work you sharing with us.
I do have a question, I was trying to enable rendering the output by "software pageflipping" this is a solution that requires no hardware support whatsoever so unlike "NVIDIA output" it wont ever crash your box if chosen. (and it works fine on my Stereoscopic Player v1.6.6)
That said I examined the XML file quoted and noted the menu items IDs as well as the Prev/Next property values, my findings was as follows: entry (prev, id, next)
Code:
MonoR (102, 103, 152)
SoftPageFlip (0, 108, 0) this is the item not displayed.
StereoBrightL (103, 152, 153)
Because I want to insert SoftpageFlip right in between these two items my mods were as follow:
Code:
MonoR (102, 103, 108)
SoftPageFlip (103, 108, 152) this is the item now in between.
StereoBrightL (108, 152, 153)
I did no other changes.Needless to say, though seemed correct, the plugin will crash (exit movie playback) as soon as 3D mode is enabled, before even selecting "software page flipping" as a desired output.
I would really really appreciate it if you can have a look into this issue.
Please find attached my modified xml file in case you want to take a look at what I have done. I know you are not supporting modded xmls so it would be great if you can update the plugin configuration to include software page flipping.
Thanks again,
Thanks again,