Created
March 5, 2019 22:18
-
-
Save minh0722/f32eea1de244a64fb0a62d74eda8f5f1 to your computer and use it in GitHub Desktop.
Convert flac to alac, keeping metadata
This file contains hidden or 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 %f in (*.flac) do | |
( | |
ffmpeg -i "%f" -c:a alac "F:\Music\Final Fantasy\Piano Collection - Final Fantasy X-2\%~nf.m4a" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment