Thread: Avisynth+
View Single Post
Old 11th February 2017, 00:14   #3010  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
This code causes a crash: "cannot decompress video frame: the video data is too short"
Code:
ConvertToYV24()
AddAlphaPlane()
CombinePlanes(planes="RGBA", source_planes="YUVA", pixel_type="RGBAP8")
ConvertToYV24()
This also gives the same error
Code:
ConvertToPlanarRGBA()
CombinePlanes(planes="YUVA", source_planes="RGBA", pixel_type="YUVA444P8")
Also, is it normal that CombinePlanes doesn't only cast the planes but inverts the image? If so, that means I have to call FlipVertical again.

Last edited by MysteryX; 11th February 2017 at 00:29.
MysteryX is offline