QUOTE (samuraijack @ May 16 2006, 12:38 PM)

Im hazy on this. I used to run a lot of avisynth when crushing movies. I seem to remeber something about the SSE versus non SSE versions. But it looks to me like the script isnt being loaded. Did you get the right extension on the script and did you use the defaults for paths?
I see what yer gettin' at and figured there was a problem like ffdshow didn't know where to look for what I was telling it to use.
I uninstalled FFDshow and reinstalled it and the paths looked right so I thought I was good there. I'll check again.
This is all new to me and coming up to speed always takes some heartache.
I simply followed this guide:
All versions use these settings THIS STEP IS THE MOST IMPORTANT !
YOU MUST FOLLOW THIS STEP. BEWARE ! CAUTION !
- Put RemoveGrain 0.9 in the avisynth Plugins folder.
It should be the only thing in the Plugins folder.
Delete everything else that's in there.
- Step 2. Put RemoveGrain 1.0 Beta in the Avisynth Plugins folder.
Let it copy over the removegrain that's in there.
There should be only the new removegrain in the Avisynth Plugin folder now !
Now the rest is easy. Put these into the Avisynth Plugins Folder.
You get from Masktools folder
- mt_masktools.dll
- LimitedSharpenFaster.avsi
You get from hqdn3d folder
hqdn3d.dll ffdshow
Codecs
- Raw Video: All Supported
ffdshow
Output
- Planar YUV: YV12 Checked
- Allow output format changes during playback. (Box is the color Green)
Entry Level PC's use these settings ffdshow
Blur & NR
- Blur & NR Checked
- - Denoise3d Checked: Luma 0.00, Chroma 2.00, Time 4.00, HQ Checked
ffdshow
Resize & Aspect
- Resize Checked
- Multiply by 2.000
- Resize Always
- No aspect ratio correction
Resize & Aspect Settings tab
- Luma Meathod: Lanczos
- Parameter 2.00
- Luma Sharpen 1.20
Version B use these settings ffdshow
Resize & Aspect
- Resize Checked
- Multiply by 2.000 (Or 3.000)
- Resize Always
- No aspect ratio correction
Resize & Aspect Settings tab
- Luma Meathod: Lanczos
- Parameter 2.00
- Luma Sharpen 0.00
ffdshow
Avisynth
- Avisynth Checked
- Add ffdshow video source Checked
- Input Colorspaces: YV12 Checked
- In the Text box I type (No Spaces):
hqdn3d(0.0,2,0.0,4)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=60,o vershoot=7) This is the version used when your using MT (Multithreading):
SetMTMode(2)
MT("HQDN3D(0.0,2,0.0,4)")
MT("LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=60,o vershoot=7)")
Step 11.) To set up ffdshow Avisynth to use MT (Multithreading), you need to get the plugin's for it.
From the MT link. Put the MT.dll in the avisynth plugin's folder,
and put the avisynth.dll in the Windows System 32 folder.
Use this if your cpu support hyperthreading or is a Multicore cpu.
Step 12.) To set up reclock for NTSC dvd's.
In the Configure Reclock utility. Under the Video Settings Tab.
- Uncheck "Determine framerate of dvd's..."
- Put 29.970 in both boxes.
- the rest of the settings in this utility are default.
- Your Monitor refresh rate has to be 60 Hertz.
In Zoom Player
- Under the Advanced settings, DVD tab, "Customized (Recommended)".
Highlight the Reclock Audio Renderer and register it.
END GUIDE
Red sections are most pertinent. So, I maybe should just try insertring a path into that script I'm entering into the FFDshow text box?
My understanding is my processor don't support MT.
I'll keep fiddlin'. Thanks for the input - as always!
Sometimes I just need a little prod to get back on track.