Ну поздравляю.Сообщение от AndyGandy
А мне удобнее так:
compscreen = ImageSource("images\compscreen\screen_%02d.png",start = 1, end = 46,pixel_type="rgb32").noisegenerator(Gaussian=true,amount=50,LumaOnly=True)
compscreen = AddBorders(compscreen,8,8,8,6,$628A93).converttoyuy2().Tweak(cont=0.90).Lanczos4Resize(720,540)
compscreen = Skew(compscreen,0,compscreen.framecount,ltopx=78,ltopy=48,rtopx=620,rtopy=47,lbotx=148,lboty=393,rbotx=557,rboty=391,color=$628A93)
compscreen = Crop(compscreen,0,0,main.width,main.height).Blur(1.5)
tint = BlankClip(length=compscreen.framecount,width=compscreen.width,height=compscreen.height,color=$DEE0DA)
compscreen = Overlay(compscreen,tint,opacity=0.2)
compscreen = Overlay(compscreen,comp_bg,mask=ShowAlpha(comp_bg)).AssumeFPS(1).ChangeFPS(4).Trim(0,compend-compstart)
![]()