Advertisement
Guest User

5101 30i→24p変換.avs

a guest
Jan 21st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. V= MPEG2Source("YYY.d2v")
  2. A=lwlibavaudiosource("YYY.ac3")
  3. clip=AudioDub(V, A)
  4. clip=DoubleWeave(clip).SelectEvery(10,0,3,5,7)
  5. clip=clip.Crop(2,4,-2,-10)
  6. clip=Spline64Resize(clip, 716, 394)
  7. clip=EdgeLevel(clip, strength=8, threshold=10, bc=0, wc=0, threads=0)
  8. clip=clip.Trim(0,164727)
  9. return clip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement