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.
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.