From 3855127f244a5ac2f976a339dc2e810d6ab4fd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Mon, 25 Aug 2025 22:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convert_mp3_to_flac/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 convert_mp3_to_flac/README.md diff --git a/convert_mp3_to_flac/README.md b/convert_mp3_to_flac/README.md new file mode 100644 index 0000000..d772c78 --- /dev/null +++ b/convert_mp3_to_flac/README.md @@ -0,0 +1,8 @@ +## 批量将MP3转为FLAC +``python convert_mp3_to_flac.py ./music_folder -t 8 --delete`` + +## Windows安装ffmpeg +``install_ffmpeg.bat`` + +## Mac/Linux安装ffmpeg +``install_ffmpeg.sh`` \ No newline at end of file