Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools Search this Thread
  #1  
08-24-2025, 03:25 PM
sammu89 sammu89 is offline
Free Member
 
Join Date: Aug 2025
Posts: 1
Thanked 0 Times in 0 Posts
Hi guys!
I'm having a issue where NeatVideo loads successfully in Avnisynth, but shows no visual denoise on the ouput video. For context, I build the noise profiles on VirtualDub, and load them using Avisynth+


**System Setup:**
- AviSynth+ 3.7.5
- VirtualDub2 with plugins64 folder
- NeatVideo5.vdf located in: `C:\Program Files (x86)\VirtualDub2\plugins64\NeatVideo5.vdf`
- Windows 11 system

The Problem:
NeatVideo loads successfully in AviSynth (no error messages), accepts profile files (.dnp and .nfp), but produces absolutely no visual noise reduction effect. The plugin appears to work but doesn't actually process the video.

Original Script That Should Work But Doesn't:
```avisynth
FFmpegSource2("C:\\RIPS\\Encode\\Test.mkv", atrack=1)
SetFilterMTMode("QTGMC", 2)
Trim(0, 4276)
AssumeTFF()
Prefetch(23)
QTGMC(preset="Medium", EdiThreads=23, FPSDivisor=2)
Crop(10, 2, -14, -6)
ConvertToRGB32()
LoadVirtualDubPlugin("C:\\Program Files (x86)\\VirtualDub2\\plugins64\\NeatVideo5.vdf", "NeatVideo", 3)
NeatVideo(last, "C:\\RIPS\\Encode\\Test.dnp", "C:\\RIPS\\Encode\\Test.nfp")
Sharpen(0.234375)
```

**What I've Already Tested:**

1. **Plugin Loading Test** - ✅ SUCCESS
```avisynth
BlankClip(width=640, height=480, length=10, color=$0000FF)
ConvertToRGB32()
LoadVirtualDubPlugin("C:\\Program Files (x86)\\VirtualDub2\\plugins64\\NeatVideo5.vdf", "NeatVideo", 3)
# Shows "SUCCESS: NeatVideo loaded!" - no errors
```

2. **Path Compatibility Test** - ✅ SUCCESS
Tested all path separator combinations (/, //, \, \\) - all work without errors.

3. **Profile File Test** - ✅ SUCCESS
Both with and without profile files load successfully, no error messages.

4. **Architecture Compatibility** - ✅ CONFIRMED MATCHING
- AviSynth+: 64-bit (x86_64)
- NeatVideo: Located in plugins64 folder
- No architecture mismatch errors

5. **Visual Comparison Test** - ❌ NO EFFECT
Created side-by-side comparison of original vs processed - absolutely no difference visible.

**Simplified Test Case:**
```avisynth
FFmpegSource2("C:\\RIPS\\Encode\\Test.mkv", atrack=1)
ConvertToRGB32()
LoadVirtualDubPlugin("C:\\Program Files (x86)\\VirtualDub2\\plugins64\\NeatVideo5.vdf", "NeatVideo", 3)
NeatVideo("C:\\RIPS\\Encode\\Test.dnp", "C:\\RIPS\\Encode\\Test.nfp")
Sharpen(0.1875)
```

This runs without any errors but shows zero visual noise reduction effect.

**Additional Context:**
- Plugin loads correctly (no "DLL not found" or architecture errors)
- Profile files exist and are accepted (no file path errors)
- Script processes without crashes or exceptions
- The problem is NOT path separators, plugin loading, or file existence
- Other VirtualDub filters work fine in the same setup
- NeatVideo works properly when used directly in VirtualDub2

Any help would be greatly appreciated! The plugin loads and accepts parameters but simply isn't doing any actual noise reduction processing.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Tags
avisynth, neat video, virtualdub

Similar Threads
Thread Thread Starter Forum Replies Last Post
VHS color correction, denoise? hermetic_charm Restore, Filter, Improve Quality 7 02-01-2025 12:26 PM
Denoise filter in Hybrid? BelowZero Capture, Record, Transfer 2 11-06-2024 05:56 PM
VHS capture, Ut, Premiere, NeatVideo, RGB or YUV? svrle Capture, Record, Transfer 3 02-03-2024 12:27 PM
Buy better VCR or denoise software? Fandorin Capture, Record, Transfer 3 05-21-2021 02:14 PM
Analog transfer to digital, noise artifacts and NeatVideo? Denicio Restore, Filter, Improve Quality 19 05-13-2021 08:09 PM




 
All times are GMT -5. The time now is 04:46 PM