Error for ffvideosource

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Error for ffvideosource

Post by ForeverZeroo » Wed Oct 07, 2009 7:39 pm

ok this script worked on my old computer.
i changed the location when i switched computers...but i doubt that is the problem because of the error i get when i put up the AVS:

Avisynth open failure:
script error: there is no function named "ffvideosource"
(my script location)

here is my script:

#ASYNTHER Default (ffvideosource)
ffvideosource("C:\Program Files (x86)\BitLord\Downloads\Fullmetal Alchemist Brotherhood\Fullmetal Alchemist Brotherhood - 09 (1280x720 h264) [3A18C972].mkv", track=-1)
Crop(124, 0, -124, -0)

Now i coulda sworn i uploaded everything i shoulda.
but im dumb about this stuff so please spell it out for me.
i need to fix this..THEN i need to fix my Vegas :<

Please help....this is kinda annoying me. its been months of stolen computers and video errors. i wanna get editing and i need help :<
Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Error for ffvideosource

Post by mirkosp » Wed Oct 07, 2009 7:48 pm

http://ffmpegsource.googlecode.com/files/ffms2-2.12.7z

Place dll in avisynth's plugin directory.
If it still says that you don't have it, put the dll in some other folder and call it like, for example:

Code: Select all

loadplugin("C:\ffms2.dll")
at the beginning of the script.
Image

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Re: Error for ffvideosource

Post by ForeverZeroo » Wed Oct 07, 2009 8:01 pm

mirkosp wrote:http://ffmpegsource.googlecode.com/files/ffms2-2.12.7z

Place dll in avisynth's plugin directory.
If it still says that you don't have it, put the dll in some other folder and call it like, for example:

Code: Select all

loadplugin("C:\ffms2.dll")
at the beginning of the script.
Thanks it works. your the best!

now on to the next problem >_>
Image
Image

Locked

Return to “AviSynth Help”