Skip to content

Instantly share code, notes, and snippets.

@langheran
Created January 25, 2026 05:38
Show Gist options
  • Select an option

  • Save langheran/c51668c89ea36e59432a345e0f6f049a to your computer and use it in GitHub Desktop.

Select an option

Save langheran/c51668c89ea36e59432a345e0f6f049a to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\audio2mp3.bat
ffmpeg -y -i %1 -vn -acodec libmp3lame -b:a 192k "%~n1.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment