Skip to content

Instantly share code, notes, and snippets.

View majidkarimizadeh's full-sized avatar
🪄

Majid Karimizadeh majidkarimizadeh

🪄
View GitHub Profile
@alecjacobson
alecjacobson / denoise.sh
Last active January 13, 2025 03:48
Remove background audio noise from a video clip via the command line (using ffmpeg and sox)
#!/bin/bash
if [ -z "$2" ];then
echo 'USAGE:
denoise input.mov output.mov
OR
denoise input.mov output.mov [ambient-noise-start-time] [ambient-noise-duration] [sox-noisered-amount] [sox-norm-param]