View Single Post
Old 2nd March 2007, 10:56   #766  |  Link
chros
Registered User
 
chros's Avatar
 
Join Date: Mar 2002
Posts: 1,816
Quote:
Originally Posted by juhu View Post
now if these 147562 frames were running @ 24 fps, I would have a file with the correct original timing (1h42m28s)
Yes, that's very strange ... Some people had done various encoding with lots of sources (eg. some has AC3 audio) and they only get the untouched audio synced, if they use 23.976 fps.

So the question is what the player is doing with this xpl file during playback, and what is the tickBase , timeBase , tickBaseDivisor parameters.

A sample:
Code:
...
<TitleSet tickBase="60fps" timeBase="60fps" defaultLanguage="en">
...
<Title id="feature" displayName="Feature Presentation" titleNumber="3" titleDuration="01:42:54:16" tickBaseDivisor="4" onEnd="black">
Another sample, notice that isn't any tickBaseDivisor parameters:
Code:
...
<TitleSet tickBase="24fps" timeBase="60fps" defaultLanguage="en">
...
<Title titleNumber="2" alternativeSDDisplayMode="letterbox" titleDuration="01:58:54:22" id="MainMovie" displayName="MainMovie" onEnd="returnToMM">
chros is offline   Reply With Quote