Thread: Avisynth+
View Single Post
Old 21st August 2019, 17:39   #4827  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Why is this horizontal line shifted ? (You can see it if you return a vs. b)

YV24 (and using ConvertToYUV444) works as expected, so is it some chroma resizing issue in 32bit? I tried different chromainplacement/chromaoutplacement settings as well

r2772 MT x64 ; or is it already fixed in one of the beta releases ?

Code:
a=colorbars(pixel_type="YV12").trim(0,-1)

a
ConvertBits(32)
ConvertToPlanarRGB(matrix="rec601", chromaresample="point")
ConvertToYUV420(matrix="rec601", chromaresample="point")
ConvertBits(8)
b=last

interleave(a,b)
poisondeathray is offline