Skip to content

Instantly share code, notes, and snippets.

View kistanovdev's full-sized avatar

Daniil K kistanovdev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kistanovdev on github.
  • I am kistanov (https://keybase.io/kistanov) on keybase.
  • I have a public key ASDYH26DbYpa8b6BThQ2QTNTDv_HJDUaoA9UO4leSLS3Hwo

To claim this, I am signing this object:

@kistanovdev
kistanovdev / ffmpeg.md
Created December 12, 2020 21:16 — 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: