View Single Post
Old 15th August 2018, 17:27   #22  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by videoh View Post

1. In Vapoursynth, this gives me a red clip:

clip = core.std.BlankClip(width=640,height=480,format=vs.RGB24, length=1000, keep=True, color=[255, 0, 0])

but this gives me a black clip:

clip = core.std.BlankClip(width=640,height=480,format=vs.RGB48, length=1000, keep=True, color=[255, 0, 0])

So is it a bug or am I missing something?
In 16bit, 100% red would be 65535
poisondeathray is offline   Reply With Quote