Advertisement
Guest User

húsvét

a guest
Apr 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. loadplugin("rotate.dll")
  2. l1=35
  3. d=5
  4. f=ffvideosource("16310235.avi")
  5. no=f+f.trim(f.framecount-1,-1).loop(l1)+f.reverse
  6. tojas=imagesource("Untitled.png",pixel_type="RGB32",fps=20.000).trim(0,-1).loop(l1)
  7. tojas_forog=tojas.rotate(0,start=0,end=l1-1,endangle=360,width=tojas.height,height=tojas.height).loop(3)
  8. nw=50
  9. tojas_forog_resized=tojas_forog.lanczos4resize(nw,round(nw*float(tojas_forog.height)/float(tojas_forog.width)))
  10. nw2=60
  11. tojas_forog_resized2=tojas_forog.lanczos4resize(nw2,round(nw2*float(tojas_forog.height)/float(tojas_forog.width)))
  12. tojas_forog_resized
  13. no.applyrange(6,no.framecount-7,"overlay",tojas_forog_resized,110-tojas_forog_resized.width/2,125-tojas_forog_resized.height/2,tojas_forog_resized.showalpha())
  14. last.applyrange(7,no.framecount-8,"overlay",tojas_forog_resized.trim(l1/4,tojas_forog_resized.framecount-1),160-tojas_forog_resized.width/2,125-tojas_forog_resized.height/2,tojas_forog_resized.trim(l1/4,tojas_forog_resized.framecount-1).showalpha())
  15. last.applyrange(7,no.framecount-8,"overlay",tojas_forog_resized2.trim(l1/3,tojas_forog_resized2.framecount-1),137-tojas_forog_resized2.width/2,235-tojas_forog_resized2.height/2,tojas_forog_resized2.trim(l1/3,tojas_forog_resized2.framecount-1).showalpha())
  16. khu2=imagesource("khu2.png",pixel_type="RGB32",fps=20.000).trim(0,-1).loop(last.framecount)
  17. khu2_resized=khu2.lanczos4resize(last.width,round(last.width*float(khu2.height)/float(khu2.width)))
  18. stackvertical(last,khu2_resized)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement