Log in

View Full Version : Okay, having issues with a script for an AVI file.


Agent86
22nd November 2006, 07:44
loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")

AVISource("C:\Desktop\LMS.avi")
Sharpen(0.5)
Tweak(sat=1.2, bright=6, cont=1.1)


Doesn't work when I load it into PSP Video 9. Always errors opening the file. So does VLC media player. All I want is a simple script that does this:

Lets me use the sharpen and tweak commands on a standard avi file.


Could somebody help? Pardon me being an idiot.

Blue_MiSfit
22nd November 2006, 09:55
Not all programs support avisynth. What happens when you drop that script on VirtualDub?

VLC definitely doesn't support AviSynth input, and I doubt PSP Video 9 does. There should be no problems using Sharpen and Tweak on any video source.

Also, you don't need to load DGDecode to work with an AVI source. It's only necessary for an MPEG 2 Source, like a DVD.

AVISource by itself is sufficient.

Pookie
22nd November 2006, 10:34
Depending what the source Avi was encoded with, you might need to use DirectShowSource instead.