Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. function Preset0(clip c) {
  2. #Name: Default
  3. c
  4. return last
  5. }
  6.  
  7. DGDecode_Mpeg2Source("VTS_01_1a.d2v")
  8. trim(2670,45977)
  9. crop(8,4,-8,0)
  10.  
  11. TFM(mode=1,pp=0,output="Hurri01-tfm.txt") ## <- 1st pass)
  12. TDecimate(mode=4,output="Hurri01-tdec.txt") ## <- 1st pass
  13.  
  14. #TFM(mode=1,pp=0) ## <- 2nd pass)
  15. #TDecimate(mode=5,hybrid=2,input="Hurri01-tdec.txt",tfmIn="Hurri01-tfm.txt",mkvOut="Hurri01timecodes.txt") ## <- 2nd pass
  16.  
  17.  
  18. qtgmc(preset="slow",fpsdivisor=2)
  19. spline36resize(640,476)
  20. FMD()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement