Created
January 16, 2021 19:29
-
-
Save Manuel-S/5e0461bb6441c9a854defbbfbc7d2950 to your computer and use it in GitHub Desktop.
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
ls -recurse *.flac | % {ffmpeg -i "$_" -c:a aac -b:a 320k -y -c:v copy "$($_.Directory.FullName + "\" + $_.BaseName).m4a" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment