Advertisement
LawyerDog

ffinfo

Jan 27th, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. LoadCPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
  2.  
  3. Bite = FFmpegSource2("C:\Users\Administrator\Sharkstream\Bite06.flv", vtrack = -1, atrack = -1, fpsnum = 25)
  4.  
  5. Bite = Bite.FFInfo(vfrtime = false)
  6.  
  7. Bite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement