View Single Post
Old 4th April 2021, 20:29   #18  |  Link
Dogway
Registered User
 
Join Date: Nov 2009
Posts: 2,361
Yes, with CropResize it doesn't stretch anymore but still lots of overcropping and left out borders, (it tends to prefer cropping vertically than horizontally), not to talk about sliding mattes. Overcropping on digital borders seems like a big mistake to oversee, or probably I'm doing it wrong.
For clean borders such as BluRays I'm content with my function 99%, and to nail it to extend it to DVDs would be per shot averages... now I recall RT_Stats providing such info... I should investigate. EDIT: Yes, RT_AverageLuma() but doesn't have SC.


Answering below:
Yes, it's set as LACED=false as indicated in the client script

Code:
OCROP = ORG.RoboCrop(SAMPLES=RC_SAMPLES,ignore=RC_IGNORE,WMod=RC_WMOD,HMod=RC_HMOD,
    \ LeftSkip=RC_LEFTSKIP,TopSkip=RC_TOPSKIP,RightSkip=RC_RIGHTSKIP,botskip=RC_BOTSKIP,
    \ LogFn=TmpCropLog,LogAppend=false,Align=True,laced=False)

Last edited by Dogway; 4th April 2021 at 20:43.
Dogway is offline   Reply With Quote