Skip to content

Instantly share code, notes, and snippets.

View sfmict's full-sized avatar
🏠
Working from home

sfmict

🏠
Working from home
View GitHub Profile
@protrolium
protrolium / ffmpeg.md
Last active June 10, 2025 13:34
ffmpeg guide

ffmpeg

Converting Audio into Different Formats / Sample Rates

Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma

You can get the list of supported formats with:
ffmpeg -formats

You can get the list of installed codecs with: