FredThompson
21st June 2003, 04:51
AVISource("DV Tape.avi")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Cnr2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-2.5.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Dup.dll")
SeparateFields()
Cnr2("xxx",4,5,255)
fluxSmooth()
Dup(copy=true, blend=true)
Weave()
Everytime I use this script with VirtualDub on DV source this message appears:
access violation at 0x10b3276c: attempting to read from 0x03fbb1a4
Remove the SeparateFields() and Weave() lines and this runs without a hitch. The problem is obviously somehow related to splitting the fields.
The intent here is to let FluxSmooth have progressive frames (since the most recent message I can find says it doesn't support interlaced source and the readme doesn't address the topic) and help Dup out a little bit.
When this crash happens, the only way I can get it to work again is to restart the computer. Forget using the scroll bar in VirtualDub, that forces the crash.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Cnr2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-2.5.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Dup.dll")
SeparateFields()
Cnr2("xxx",4,5,255)
fluxSmooth()
Dup(copy=true, blend=true)
Weave()
Everytime I use this script with VirtualDub on DV source this message appears:
access violation at 0x10b3276c: attempting to read from 0x03fbb1a4
Remove the SeparateFields() and Weave() lines and this runs without a hitch. The problem is obviously somehow related to splitting the fields.
The intent here is to let FluxSmooth have progressive frames (since the most recent message I can find says it doesn't support interlaced source and the readme doesn't address the topic) and help Dup out a little bit.
When this crash happens, the only way I can get it to work again is to restart the computer. Forget using the scroll bar in VirtualDub, that forces the crash.