Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ Deinterlacing - Decimation - VFR ~
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Deinterlacing:
- ~~~~~~~~~~~~~~
- Interp = eedi3(field=-1,vcheck=3,sclip=nnedi3(field=-1,nns=4))
- TDeint(order=-1,field=-1,type=3,slow=2,edeint=Interp,emask=TMM(order=-1,field=-1))
- *-1 single rate, -2 double rate
- *note: field should have the same setting as order.
- -------------------------------------------------------------
- Decimation:
- ~~~~~~~~~~~
- Interp = eedi3(field=-1,vcheck=3,sclip=nnedi3(field=-1,nns=4))
- someclip = TDeint(order=-1,field=-1,type=3,slow=2,edeint=Interp,emask=TMM(order=-1,field=-1))
- TFM(order=-1, mode=1, PP=7, field=-1, slow=2, opt=4, clip2=someclip)
- TDecimate(mode=1, rate=23.976, hybrid=0, opt=4)
- *note: field should have the same setting as order.
- -------------------------------------------------------------
- VFR:
- ~~~~
Advertisement
Add Comment
Please, Sign In to add comment