View Single Post
Old 11th March 2005, 00:53   #198  |  Link
tritical
Registered User
 
Join Date: Dec 2003
Location: MO, US
Posts: 999
Small bugfix updates that I meant to post last week, but forgot about...

[link removed]

[link removed].

The changes mentioned above for Leak's issue were also included in this version of TIVTC. Complete change list:

TIVTC:
Code:
TDecimate:
   + Scene change metrics are calculated using only luma, regardless of the chroma option
   + There can only be one change above sceneThresh within the current cycle as well 
        as the surrounding two cycles for it to be detected as a scene change
   + D2V rff duplicate info is taken into account when deciding what frames to drop, 
        instead of only for hybrid detection
   + When hybrid > 0 and concycle or concycleTP is greater then 1, single cycles that are 
        detected as video and that have a scene change detected in them are treated 
        as video

TFM:
   - Fixed a crash that would occur if the d2v option was enabled and trim() or some 
        other filter that altered the number of frames was used prior to tfm()
TDeint:
Code:
   + Fixed not correctly reading hints from newer versions of tivtc or if colorimetry 
        hints were present from dgdecode.

Last edited by tritical; 23rd April 2005 at 01:28.
tritical is offline   Reply With Quote