AviSynth / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
930 stars 74 forks source link

ShowBlue/ShowGreen are swapped for planar RGB sources #384

Closed pinterf closed 5 months ago

pinterf commented 5 months ago

As reported at https://forum.doom9.org/showthread.php?p=1996049#post1996049

clip=BlankClip(color=$0000ff,pixel_type="RGBP8")
StackHorizontal(clip,clip.ShowRed(),clip.ShowGreen(),clip.ShowBlue())

shows Blue-Black-White-Black instead of Blue-Black-Black-White