音が小さいファイルの音量を上げる方法 2025年5月22日 dev 音楽 HFTP音が小さい音楽ファイルの音量を上げたい。 以下のコマンドで、max_volume を確認。 ffmpeg -i input.mkv -vn -af volumedetect -f null - 以下のコマンドで、dBを修正。 ffmpeg -i input -codec:v copy -af volume=10dB output ↑↑↑ Page Top へ ↑↑↑HFTP