
someone get me on the right track here please because I can't contemplate shit on the org's how to guides it's tooooo complicated X-[
seriously I'm serious, this would help me out alot!

that should get you startedKariudo wrote:Finding the filepath in WinXP:
navigate to your wmv file
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 thisnotice how it is surounded in double quotes, and has another '\' between "amvs" and "Legacy.wmv" these are both vital.Code: Select all
DirectShowSource("C:\Documents and Settings\Use\My Documents\amvs\Legacy.wmv")
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
a year?Kariudo wrote:It took about a year or so, mainly because I didn't really have anyone to help me. I got "yelled" at a few times and then started to figure things out.
my scripting isn't perfect, I'm sure someone could come around and look at my scripts and point out a few things, but it turns out alright.