Skip to content

Instantly share code, notes, and snippets.

@Manuel-S
Created January 16, 2021 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manuel-S/5e0461bb6441c9a854defbbfbc7d2950 to your computer and use it in GitHub Desktop.
Save Manuel-S/5e0461bb6441c9a854defbbfbc7d2950 to your computer and use it in GitHub Desktop.
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