AVISYNTH ERROR

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
ultima08
Joined: Sat Jan 05, 2008 5:17 am
Location: somewhere in east coast
Contact:
Org Profile

AVISYNTH ERROR

Post by ultima08 » Sat Mar 08, 2008 4:04 pm

avisource autodetect: coudnt open file
error code:21
line 1

can someone help me it doesnt open my avi file cause of that error code but idk what it is >_>...help please? :? :?
=]]]

ultima08
Joined: Sat Jan 05, 2008 5:17 am
Location: somewhere in east coast
Contact:
Org Profile

Post by ultima08 » Sat Mar 08, 2008 4:46 pm

its a real simple code

AviSource("D:\ra.avi")
bicubicResize(320,240)


help!?!?!?
=]]]

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sat Mar 08, 2008 4:57 pm

you sure that your video file is on the root of the D drive?
Kariudo wrote:Finding the filepath in WinXP:

navigate to your wmv file
Image
in this example, I will use legacy.wmv.
the filepath is made form the two parts underlined in red
for this example, your script would look like this

Code: Select all

DirectShowSource("C:\Documents and Settings\Use\My Documents\amvs\Legacy.wmv")
notice how it is surounded in double quotes, and has another '\' between "amvs" and "Legacy.wmv" these are both vital.

in notepad, once your script resembles my example, go to file, save as.
name your file, and add .avs to the end (ex. myScript.avs)
do not mess with the filetype box, make sure the encoding box is set to ANSI
you'll be using avisource, but the method is still the same
Image
Image

Locked

Return to “AviSynth Help”