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 December 5, 2025 03:40
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 December 2, 2025 03:29
FFmpeg cheat sheet
@parmentf
parmentf / GitCommitEmoji.md
Last active December 3, 2025 06:56
Git Commit message Emoji
@protrolium
protrolium / ffmpeg.md
Last active December 1, 2025 21:36
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: