Log in

View Full Version : avs [error]: Script error: there is no function named "ffmpegsource2"


livetolove92
4th September 2010, 06:36
This is my log
avs [error]: Script error: there is no function named "ffmpegsource2"
(F:\Worker\Myvideo.mkv.avs, line 2)
x264 [error]: could not open input file `F:\Worker\Myvideo.mkv.avs'

And avs
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\ffms2.dll")
ffmpegsource2("H:\US\Myvideo.mkv")
LanczosResize(960,410) # Lanczos (Sharp)


I use Avisynth64 and x264_64. I had updated to the latest KLCP64 and ffms2_64 of kamura. And already have the ffindex of Myvideo.mkv in the same directory of the video and Worker.
But I can use FFVideosource with x264 command line well :confused:.
Can somebody help me? Thanks.

Lyle_JP
4th September 2010, 06:53
This is my log

And avs

I use Avisynth64 and x264_64. I had updated to the latest KLCP64 and ffms2_64 of kamura. And already have the ffindex of Myvideo.mkv in the same directory of the video and Worker.
But I can use FFVideosource with x264 command line well :confused:.
Can somebody help me? Thanks.

I think you have to use LoadCPlugin for 64 bit ffms2_64.

livetolove92
4th September 2010, 07:04
Thank you. I tried this and nothing changes :(

Myrsloik
4th September 2010, 13:08
You need to place the .avsi file included with ffms2 in avisynth's autoloading directory. FFmpegSource2() is just a scripted wrapper function provided for convenience.

livetolove92
4th September 2010, 15:30
Could you explain what is avsi file? I thought it only needs ffindex file? How to create the avsi file?
Thank for your help :D

livetolove92
5th September 2010, 01:47
Thanks. I fixed it. ^^