Skip to content

Instantly share code, notes, and snippets.

View viplyzbytes's full-sized avatar
👨‍💻
.html .css .js

Vipul Lokhande viplyzbytes

👨‍💻
.html .css .js
View GitHub Profile
@SMUsamaShah
SMUsamaShah / List of in-browser VMs.md
Last active July 21, 2026 18:58
List of Javascript based virtual machines running in browser
@lboulard
lboulard / README.md
Last active December 7, 2023 19:13
Fancy clink #windows #dotfiles
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons
@steven2358
steven2358 / ffmpeg.md
Last active August 6, 2026 19:20
FFmpeg cheat sheet
@parmentf
parmentf / GitCommitEmoji.md
Last active August 2, 2026 08:38
Git Commit message Emoji
@protrolium
protrolium / ffmpeg.md
Last active May 25, 2026 14:10
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: