Thread: Avisynth+
View Single Post
Old 15th September 2018, 12:18   #4261  |  Link
Richard1485
Guest
 
Posts: n/a
When converting from 10bit to 8bit with the following script...

Code:
LWLibavVideoSource("bla.mkv", stacked=true, format="YUV420P10")
ConvertFromStacked(bits=10)
ConvertBits(bits=8, dither=0)
... the luma range goes from looking like this...



to looking like this...



Have I overlooked something? When previewing in VirtualDub2, the video doesn't look obviously wrong, but I've never seen a histogram look like that unless there's a problem of some kind.

Last edited by Richard1485; 15th September 2018 at 12:25.