Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<!--
Static markdown document viewer.
Markdown renderer: remarkable
-->
<head>
<title>Markdown document viewer</title>
<meta charset="UTF-8">
@parmentf
parmentf / GitCommitEmoji.md
Last active September 19, 2024 17:12
Git Commit message Emoji
@protrolium
protrolium / ffmpeg.md
Last active September 21, 2024 16:45
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: