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.
any method to force xbmc to set display to 24hz ONLY when the movie is 23,967?
koki6
Junior Member Posts: 3 Joined: Oct 2012 Reputation: 0 |
2012-11-15 17:02
Post: #1
(This post was last modified: 2012-11-15 17:03 by koki6.)
|
| find quote |
Jogee
Senior Member Posts: 131 Joined: Aug 2010 Reputation: 2 |
2012-11-17 23:11
Post: #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. |
| find quote |
koki6
Junior Member Posts: 3 Joined: Oct 2012 Reputation: 0 |
2012-11-23 23:22
Post: #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> |
| find quote |

Search
Help