View Single Post
Old 22nd December 2014, 02:27   #206  |  Link
aldix
Registered User
 
Join Date: Sep 2012
Posts: 156
Oops, sorry for the delayed reply. Recalled about this just now

I did use the full path. It wasn't a "system path," though, just from a folder from desktop. But that shouldn't matter, right?

All the other avisynth versions work fine.

Relevant script snip (retracted):

Code:
loadplugin("C:\...\MP_Pipeline.dll")
MP_Pipeline("""

### platform: win32


loadplugin("C:\....\ffms2.dll")   
ffvideosource("C:\...\video.mkv").ConvertToYV12()

Crop(0,140,0,-140)
### export clip: last
### prefetch: 96, 64
### ###

...
loadplugin calls/imports
...

last.nnedi3_resize16(1280,532,noring=true,threads=4,lsb=true).ditherpost()


### dll: C:\...\Desktop\MT_07\avisynth.dll

last.denoise()

last.sharpen()

...
aldix is offline   Reply With Quote