Ok I am using the tut on vcdhelp.com. I am lost on this part. The tut says this (read below) When I open a txt doc. it saves it as .....avs.txt. why? The tut says it should be ....avs only not txt. do I need a nother plugin besides the Avisynth one? please please help I want to learn so bad.
Thanks
"Now onto the Avisynth script.
Open up a new text document and save it as whatever.avs under file name and set it to all files under save as file type.
Open your new whatever.avs file.
First off we are going to load the mpeg2dec.dll in the script you do that with the loadplugin command and then the destination of the file. "
+ Reply to Thread
Results 1 to 5 of 5
-
-
Make sure that the filetype field in the save dialog box says All Files (*.*) and NOT Textfile (*.txt).
-
Make sure that the filetype field in the save dialog box says All Files (*.*) and NOT Textfile (*.txt).
or force the .ext by enclosing the filename in quotes
First off we are going to load the mpeg2dec.dll in the script you do that with the loadplugin command and then the destination of the file. "localfinesse -
take a look at the avisynth command reference @ www.videotools.net or the tutorial @ http://www.math.berkeley.edu/~benrg/avisynth.html if you are completely lost
#mpeg2dec script example
LoadPlugin("[...path...]\MPEG2DEC.DLL")
mpeg2source("[...path...\DVD2AVIoutput.d2v]")
AssumeFrameBased( )
ComplementParity( ) #ONLY if field order is upper-first
[...filter 1...]
[...filter 2...]
[...etc...]
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50