View Single Post
Old 8th June 2015, 08:01   #12  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Originally Posted by mandarinka View Post
Sadly, I never found a way to do such luma/chroma matching
Best I can suggest is to find scene changes separately for both Luma & Chroma, eg using RT_FrameDifference(ChromaWeight=0.0) [Luma Only] and RT_FrameDifference(ChromaWeight=1.0) [Chroma Only]. I did at one point try detecting scene changes with chroma only, just to see if it worked ok, and it did.

EDIT: Added 'RT_' to FrameDifference.
EDIT: OR probably better, find Luma Scene change, and then check against chroma SC a couple of frames either side of detected scene change.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 8th June 2015 at 09:18.
StainlessS is offline   Reply With Quote