Skip to content

Instantly share code, notes, and snippets.

@w0ng
Last active August 29, 2015 14:14
Show Gist options
  • Save w0ng/72dfd7bde3a0ab215d14 to your computer and use it in GitHub Desktop.
Save w0ng/72dfd7bde3a0ab215d14 to your computer and use it in GitHub Desktop.
find . -name "*.flac" -exec bash -c 'f="{}"; ffmpeg -i "$f" -vf "crop=((in_w/2)*2):((in_h/2)*2)" -c:a alac "${f%.flac}.m4a"' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment