Advertisement
Guest User

Untitled

a guest
Jul 18th, 2013
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. a=import("C:\path\to\source.avs").subtitle("Source", align=9)
  2. b=ffvideosource("C:\path\to\encode.mkv").subtitle("Encode", align=9)
  3.  
  4. interleave(a,b)
  5. spline36resize(converttorgb,ffsar>1?round(width*ffsar):width,ffsar<1?round(height/ffsar):height)
  6. ffinfo(framenum=true,frametype=true,cfrtime=false,vfrtime=false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement