Thread: Avisynth+
View Single Post
Old 24th August 2018, 15:07   #4256  |  Link
preludium975
Registered User
 
Join Date: Aug 2018
Posts: 12
Why do I get a pink screen when I'm trying to dither 10bit -> 8bit? The source is 10bit, 4:2:0, bt.709. This is modded FFMS2, with ffmpeg decoder, but i tried all of the modded ffms2 decoders, but none of them work. I always get pink screen. LSMASH works fine, but i need FFMS2.

Here's the avs script:
Code:
FFVideoSource("sample.mkv", enable10bithack=true)
ConvertFromStacked(bits=10)
ConvertBits(bits=8, dither=0)
image

Last edited by preludium975; 24th August 2018 at 15:15.
preludium975 is offline