Thread: Avisynth+
View Single Post
Old 5th October 2017, 14:42   #3646  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,308
The following line works in standard avisynth but not in avs+ x64.
Code:
black = BlankClip(last, width=64, height=32, Color_yuv=color_black)
and probably the next (forgot to test, and i'm under standard avisynth without avs+ access while writing these lines).
Code:
white = BlankClip(last, width=64, height=32, Color_yuv=color_white)
jpsdr is offline