ffmpeg-noise-reduction
Installation
SKILL.md
CRITICAL GUIDELINES
Windows File Path Requirements
MANDATORY: Always Use Backslashes on Windows for File Paths
When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).
Quick Reference
| Task | Filter | Command Pattern |
|---|---|---|
| Video denoising (best) | nlmeans |
-vf nlmeans=s=3:p=7:r=15 |
| Video denoising (fast) | hqdn3d |
-vf hqdn3d=4:3:6:4.5 |
| GPU video denoising | nlmeans_vulkan |
-vf nlmeans_vulkan |
| Audio denoising | afftdn |
-af afftdn=nf=-25 |
| Adaptive temporal | atadenoise |
-vf atadenoise |