Skip to content

Instantly share code, notes, and snippets.

@aont
Created June 22, 2024 06:51
Show Gist options
  • Save aont/ac32342358f1213db3748710b210b23d to your computer and use it in GitHub Desktop.
Save aont/ac32342358f1213db3748710b210b23d to your computer and use it in GitHub Desktop.
ffmpeg -ac 2 -ar 44100 -c:a pcm_s16le -f s16le -i image.img -c:a alac image.m4a
ffmpeg -i image.m4a -ac 2 -ar 44100 -c:a pcm_s16le -f s16le image_002.img
openssl sha256 image.img
openssl sha256 image_002.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment