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