any method to force xbmc to set display to 24hz ONLY when the movie is 23,967?
#1
Hello everybody

First, sorry about my English. Feel free to correct.

I have a simple problem with video frecuency in XBMC, but i didn`t find a solution.

I have an HTPC with a Intel HD graphics card conected to a Samsung Plasma through HDMI and Xbmc Eden last version with Windows 7. Plasma support 24hz, 25hz, 50Hz and 60Hz but no the famous 23,967hz. When I put the video card in that mode, the screen goes black.

I dont want experience judder due to play a movie at diferent frecuency than original. I know that XBMC has two methods for this.

1.- Ajust movie frecuency to fit the frecuency display:

I put the monitor in a frecuency (example: 24hz) All movies with a diferent frecuency has judder.

2.- Adjust refresh rate of the display to match video:

When a movie has 24hz, 25hz , etc i have no problem, but if the frecuency is 23,967 (like a blueray rip) the screen goes black.


Is there any method to force xbmc to set de display to 24hz ONLY when the movie is 23,967?



Thanks in advance.


Reply
#2
Go to the wiki and look at advancedsetting.xml. In thereyou will find the adjustrefeshrate option in the video section. That will explain how to set an override.

I'm not at my regular pc, so I can't help more.
Reply
#3
Thanks a lot!!

I solved the problem

<advancedsettings>
<video>

<adjustrefreshrate>
<override>
<fpsmin>23.00</fpsmin> <!-- prevent tv goes 23,967 -->
<fpsmax>24.00</fpsmax>
<refresh>24.00</refresh>
</override>
</adjustrefreshrate>

</video>
</advancedsettings>

Reply

Logout Mark Read Team Forum Stats Members Help
any method to force xbmc to set display to 24hz ONLY when the movie is 23,967?0