Advertisement
Guest User

FOTO QUIRINALE

a guest
May 7th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ImageSource("Foto.jpg", start=0, end=500, fps=50, pixel_type="RGB32")
  2. img1=last
  3.  
  4. ImageSource("Foto (1).jpg", start=0, end=500, fps=50, pixel_type="RGB32")
  5. img2=last
  6.  
  7. ImageSource("Foto (2).jpg", start=0, end=500, fps=50, pixel_type="RGB32")
  8. img3=last
  9.  
  10. ImageSource("Foto (3).jpg", start=0, end=500, fps=50, pixel_type="RGB32")
  11. img4=last
  12.  
  13. img1++img2++img3++img4
  14.  
  15. AddBorders(120, 0, 120, 0, color=$000000)
  16.  
  17. #tdeint(mode=2, order=-1, field=-1, mthreshL=6, mthreshC=6, map=0, type=2, debug=false, mtnmode=1, sharp=true, cthresh=6, blockx=16, blocky=16, chroma=true, MI=64, tryWeave=true, link=1, denoise=true, slow=2, opt=4)
  18. #FlipVertical()
  19. #colorbars(width = 1920, height = 1080, pixel_type = "yv12")
  20. Converttoyv16(interlaced=false)
  21.  
  22.  
  23. ResampleAudio(48000)
  24. Normalize(0.89)
  25. ConvertAudioTo16bit()
  26. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  27.  
  28.  
  29. ConvertFPS(50)
  30. Spline64ResizeMT(1920, 1080)
  31. assumeTFF()
  32. separatefields()
  33. selectevery(4,0,3)
  34. weave()
  35. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement