Skip to content

Instantly share code, notes, and snippets.

View Abzwingten's full-sized avatar

Abzwingt Abzwingten

View GitHub Profile
@Abzwingten
Abzwingten / ffmpeg.md
Created April 21, 2022 18:25 — forked from protrolium/ffmpeg.md
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: