TheProfosist

Deinterlacing-Decimation-VFR 2012.05.29

May 29th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. ~ Deinterlacing - Decimation - VFR ~
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.  
  6. Deinterlacing:
  7. ~~~~~~~~~~~~~~
  8.  
  9. Interp = eedi3(field=-1,vcheck=3,sclip=nnedi3(field=-1,nns=4))
  10. TDeint(order=-1,field=-1,type=3,slow=2,edeint=Interp,emask=TMM(order=-1,field=-1))
  11.  
  12. *-1 single rate, -2 double rate
  13. *note: field should have the same setting as order.
  14.  
  15.  
  16. -------------------------------------------------------------
  17.  
  18.  
  19. Decimation:
  20. ~~~~~~~~~~~
  21.  
  22. Interp = eedi3(field=-1,vcheck=3,sclip=nnedi3(field=-1,nns=4))
  23. someclip = TDeint(order=-1,field=-1,type=3,slow=2,edeint=Interp,emask=TMM(order=-1,field=-1))
  24. TFM(order=-1, mode=1, PP=7, field=-1, slow=2, opt=4, clip2=someclip)
  25. TDecimate(mode=1, rate=23.976, hybrid=0, opt=4)
  26.  
  27. *note: field should have the same setting as order.
  28.  
  29.  
  30. -------------------------------------------------------------
  31.  
  32.  
  33. VFR:
  34. ~~~~
Advertisement
Add Comment
Please, Sign In to add comment