Log in

View Full Version : Avisynth-script help


Gordion
25th December 2006, 00:58
# Created with Gordian Knot
#
# http://gknot.doom9.org

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\degrainmedian.dll\)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
DeGrainMedian(limitY=2,limitUV=3,mode=1)

# SOURCE
mpeg2source("C:\Documents and Settings\Tommy\My Documents\12\Episode5\vts_02_1.d2v")


# RESIZING & CROPPING
Lanczos4Resize(720,400,10,0,700,572)

# DENOISING: choose one combination
#Undot()


MeGUI says:

http://img224.imageshack.us/img224/9549/avisynthja6.png (http://imageshack.us)

How should the script be?

foxyshadis
25th December 2006, 01:14
This is why a text editor with line numbers comes in handy. ;) If you look at line 7, column 14, you'll quickly see the \ where a " should be.

Gordion
25th December 2006, 01:21
lol, i have to be tired ^^ Thank you =)

Guest
25th December 2006, 01:24
Looks like line 8 to me but maybe I am tired.

halsboss
25th December 2006, 02:24
... a text editor with line numbers comes in handy ...
Hmm, your favourites ?

foxyshadis
25th December 2006, 03:25
AVSP (http://forum.doom9.org/showthread.php?t=115506), of course. :p In general, Editplus; Textpad and Notepad++ are also very similar.

actionman133
25th December 2006, 11:35
Using the status bar without word wrapping allows you to see line numbers (use Control-G to shortcut to your line number)...