ffmpeg-noise-reduction

Reduce video and audio noise using FFmpeg filters.

51|10|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/JosiahSiegel/claude-plugin-marketplace --skill ffmpeg-noise-reduction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg-noise-reduction
Source: https://github.com/JosiahSiegel/claude-plugin-marketplace/tree/main/plugins/ffmpeg-master/skills/ffmpeg-noise-reduction
Command: npx skills add https://github.com/JosiahSiegel/claude-plugin-marketplace --skill ffmpeg-noise-reduction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill tackles the pervasive issue of unwanted noise and artifacts in video and audio recordings, significantly improving the quality and clarity of media content.

Core Features & Use Cases

  • Video Denoising: Apply advanced filters like nlmeans, hqdn3d, and vaguedenoiser for software or GPU-accelerated noise reduction.
  • Audio Denoising: Utilize filters such as afftdn and anlmdn to clean up noisy audio recordings.
  • Artifact Removal: Reduce compression artifacts, film grain, and enhance low-light footage.
  • Use Case: Automatically denoise a batch of raw video footage captured in a dimly lit environment, then clean up the accompanying audio to produce a professional-quality final product.

Quick Start

Use the ffmpeg-noise-reduction skill to apply the nlmeans filter with strength 3.0 to the input file 'noisy_video.mp4' and save the output to 'denoised_video.mp4'.

Frequently Asked Questions about ffmpeg-noise-reduction

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce background noise in video and audio using ffmpeg?

To reduce background noise in video and audio using ffmpeg, apply advanced filters like `nlmeans` for video denoising and `afftdn` for audio cleanup. These filters target grain, artifacts, and ambient recording noise to improve media clarity.

What is the best way to remove film grain and compression artifacts from low-light footage?

The best way to remove film grain and compression artifacts from low-light footage is using FFmpeg filters like `hqdn3d` and `vaguedenoiser`. These filters smooth out visual noise while preserving detail, significantly enhancing dimly lit environments.

Can I use FFmpeg for hardware-accelerated denoising?

Yes, you can use FFmpeg for hardware-accelerated denoising via the `nlmeans_opencl` and `nlmeans_vulkan` filters. These GPU-based options provide faster processing speeds compared to software-only denoising methods.

What FFmpeg filters work best for cleaning up noisy audio recordings?

The FFmpeg filters that work best for cleaning up noisy audio recordings are `afftdn` and `anlmdn`. They perform advanced audio noise reduction to remove unwanted background sounds and produce clean, professional-quality audio tracks.

Does FFmpeg denoising support batch processing for raw video footage?

Yes, FFmpeg denoising supports batch processing for raw video footage. You can automate applying denoising filters across multiple files to produce a batch of professional-quality final products with cleaned video and audio.

How do I tune FFmpeg denoising parameters for quality versus speed tradeoffs?

To tune FFmpeg denoising parameters for quality versus speed tradeoffs, adjust the strength values of filters like `nlmeans`. Higher strength increases noise reduction quality but requires more processing time, allowing you to balance broadcast requirements with speed.