Created
September 15, 2023 05:15
-
-
Save shadero/594fd38d89e7812e2e53da1ea91f6055 to your computer and use it in GitHub Desktop.
フォルダ内にあるwavをflacに変換するbatファイル。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for %%i in (*.wav) do ffmpeg -i "%%~ni.wav" -ac 2 -acodec flac -f flac "%%~ni.flac" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
カバー画像も付けつつ変換するなら以下。
カバーにしたい画像を
Cover.jpg
として保存して使ってください。