On Mon, Feb 10, 2014 at 7:44 PM, dave <[email protected]> wrote: > I think the denominator that you are looking for is already set in class > TimingInfo. vui_num_units_in_tick(confusingly named, if I understand it > correctly) and vui_time_scale are set based on frame rate. The other > TimingInfo members that are not set depend on the consistency of timing of > the frames. > > One other possibility is the hrd parameter m_tickDivisorMinus2. It is set > to 100 - 2 in TComSPS::setHrdParameters though given the description of > tic_divisor_minus2 in the spec I am not sure if this is an accurate or > useful value. > > Since it looks like currently no VUI is generated, perhaps I should just > add what's needed so a VUI can optionally be added to an encoded video > along with filling out the rest of the VUI's fields. >
That sounds like a good place to start. -- Steve
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
