Skip to content

Instantly share code, notes, and snippets.

@longlevan9x
Created January 9, 2024 02:43
Show Gist options
  • Select an option

  • Save longlevan9x/90cc96ec20c0e64fdffa828b5c8a26e7 to your computer and use it in GitHub Desktop.

Select an option

Save longlevan9x/90cc96ec20c0e64fdffa828b5c8a26e7 to your computer and use it in GitHub Desktop.
bash script ffmpeg convert to file mp3
/c/Users/xxx/xxx/Code/ffmpeg/bin/ffmpeg.exe -i audio.wma -acodec libmp3lame -ab 192k output.mp3
@longlevan9x
Copy link
Copy Markdown
Author

@longlevan9x
Copy link
Copy Markdown
Author

@longlevan9x
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment