mirror of
https://github.com/LingandRX/script_library.git
synced 2025-10-29 01:11:16 +08:00
8 lines
183 B
Markdown
8 lines
183 B
Markdown
## 批量将MP3转为FLAC
|
|
``python convert_mp3_to_flac.py ./music_folder -t 8 --delete``
|
|
|
|
## Windows安装ffmpeg
|
|
``install_ffmpeg.bat``
|
|
|
|
## Mac/Linux安装ffmpeg
|
|
``install_ffmpeg.sh`` |