Posts: 3
Joined: Oct 2003
Reputation:
0
2003-11-13, 14:30
sigh...it's xbmp all over again....
i just tried some 23.976fps avis and the current build doesn't switch to pal60....yes, my xbox is set to pal60 etc etc
Posts: 26,215
Joined: Oct 2003
Reputation:
187
you are right - pal60 switching was not working correctly the last week or so. it was due to a code cleanup that unfortunately overlooked a critical line which set the refresh rate, thus pal xboxes stayed in pal50 mode.
it has since been fixed - upgrade to the latest cvs code.
the 23.97fps files generally play smoother in pal60, as they can do 3 frames then 2 frames, repeated (gives 24 frames per second which is real close to 23.97).
in case you are wondering, the calculation used is:
if (remainder(120/fps)<remainder(100/fps))
use pal60
else
use pal50