Skip to content

Instantly share code, notes, and snippets.

@deviationist
Created November 12, 2023 12:16
Show Gist options
  • Save deviationist/51cf2caf8d8e7db117d87cb2a1a5d23a to your computer and use it in GitHub Desktop.
Save deviationist/51cf2caf8d8e7db117d87cb2a1a5d23a to your computer and use it in GitHub Desktop.
Downsample an AIFF-file using FFMPEG.
ffmpeg -y -nostdin -i a.aiff -ar 44100 -write_id3v2 1 -c:v copy b.aiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment