Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. a=import("C:\encoding\pusher2\pusher2.avs").subtitle("Source", align=8)
  2. b=ffvideosource("C:\encoding\pusher2\test-11kbps.mkv").subtitle("Encode, 11.0", align=8)
  3. c=ffvideosource("C:\encoding\pusher2\test-ip-pb-13-12.mkv").subtitle("Encode, 8.8", align=8)
  4. interleave(a,b,c)
  5. ffinfo(colorspace=false,SAR=false,cfrtime=false,vfrtime=false,version=false,cropping=false,colorrange=false)
  6.  
  7. pusher2.avs:
  8.  
  9. ffvideosource("C:\encoding\pusher2\demux.mkv")
  10. Spline36ResizeMod(1280, 720)
  11. SelectRangeEvery(2500, 50, 10000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement