Thread: Avisynth+
View Single Post
Old 2nd February 2018, 15:57   #3936  |  Link
Aktan
Registered User
 
Join Date: Feb 2002
Posts: 303
I find that these two return different Stack16 clips, am I missing something?

Code:
#YV16 Source 8-bit
ConvertBits(bits=32)
ConvertBits(bits=16)
ConvertToStacked()
Code:
#YV16 Source 8-bit
ConvertBits(bits=16)
ConvertBits(bits=32)
ConvertBits(bits=16)
ConvertToStacked()
Aktan is offline