Skip to content

Instantly share code, notes, and snippets.

@langheran
Last active January 2, 2025 03:51
Show Gist options
  • Save langheran/e0c735734b30b02aa1d2a0837f01c1c5 to your computer and use it in GitHub Desktop.
Save langheran/e0c735734b30b02aa1d2a0837f01c1c5 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\AppData\Roaming\AudibleSync\downloads\convert_to_m4a.bat
for %%i in (*.aax) do ffmpeg -y -activation_bytes e71d4722 -i "%%i" -c:a copy -vn audiobook-tmp.m4a && python convert.py -a "%%~ni" -f audiobook-tmp.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment