Thread: Avisynth+
View Single Post
Old 27th January 2018, 20:11   #3917  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,374
Quote:
Originally Posted by Stephen R. Savage View Post
Did you consider that the "issue" goes away if you just do it normally?

Code:
core.resize.Bicubic(c, width=1024, height=480, format=vs.YUV420P8, matrix_s="709", range_s="full")
But the problem is... it does not go away

Code:
v3 = core.resize.Bicubic(v, width=1024 , height=480, format=vs.YUV420P8, matrix_s="709", range_s="full")

i = core.std.Interleave(clips=[v1,v2,v3])

Here are the full images after the histogram luma

In case it's not clear look at the intersections between the rows
http://www.mediafire.com/file/ehrjjj...calingtests.7z


again, a crop , 2x point resize

stackvertical (widthfirst, heightfirst, both)

Last edited by poisondeathray; 27th January 2018 at 20:19.
poisondeathray is offline