View Single Post
Old 16th November 2011, 06:04   #13  |  Link
TheRyuu
warpsharpened
 
Join Date: Feb 2007
Posts: 787
Quote:
Originally Posted by t2nolan View Post
FFmpegSource2:
avs [error]: Script error: there is no function named "ffindex"
(FFMS2.avsi, line 31)
"Wanting" to use ffmpegsource doesn't mean that avisynth has magical abilities to conjure it out of thin air. Also the error message is pretty self explanatory as to what the problem is.

Code:
LoadPlugin("X:\path\to\ffms2.dll")

audio=ffaudiosource("X:\path\to\foo.mkv")
video=ffvideosource("X:\path\to\foo.mkv")
AudioDub(video,audio)
TheRyuu is offline   Reply With Quote