Files
ffmpeg-eqmatch/README.md
2024-05-13 12:32:53 +08:00

18 lines
747 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ffmpeg-eqmatch
超自由、超極簡,只用 `ffmpeg` 就可以 EQ Match
這個 Bash 腳本使用 FFmpeg自動將目標音訊檔案與參考音訊檔案進行 EQ Match。它會分析兩個音訊檔案在 16 個頻率帶上的響度值,計算它們的差異,然後使用 FFmpeg 的 equalizer 濾鏡對目標音訊檔案進行 EQ 處理,使其頻率響應接近參考音訊檔案。
## 特點
- 不需要編曲軟體、Plug-in 以及複雜的東西,只要有參考檔案跟 `ffmpeg` 就好
- 可以調整 EQ Match 的強度
- 只支援 Linux 和 macOS要改成 Windows 版應該不難,但我沒有 Windows 電腦)
## 用法
```
./ffmpeg-eqmatch.sh <參考檔案> <你想要處理的檔案> [強度(預設 0.3]
```