Thread: MVTools-pfmod
View Single Post
Old 14th February 2018, 05:11   #434  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by raffriff42 View Post
This is the ConvertBits rounding error first discussed here.
Use ConvertBits(8, dither=0)
EDIT or use ColorYUV(off_y=0.48, off_u=0.48, off_v=0.48).ConvertBits(8)
When he just crops lsb without using convertbits, the error is still there. So it cannot be ConvertBits rounding issue

Quote:
Originally Posted by `Orum View Post

Edit2: Also, I can at least say ConvertFromStacked()/ConvertBits() are not the problem, as simply cropping to the size of the source clip instead of using those functions results in the same problem.
poisondeathray is offline   Reply With Quote