Skip to content

Instantly share code, notes, and snippets.

@minh0722
Created March 5, 2019 22:18
Show Gist options
  • Save minh0722/f32eea1de244a64fb0a62d74eda8f5f1 to your computer and use it in GitHub Desktop.
Save minh0722/f32eea1de244a64fb0a62d74eda8f5f1 to your computer and use it in GitHub Desktop.
Convert flac to alac, keeping metadata
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