Skip to content

Instantly share code, notes, and snippets.

View Midi-In's full-sized avatar
🤔
Thonking

Midi Midi-In

🤔
Thonking
  • Poland
View GitHub Profile
@Midi-In
Midi-In / rd.md
Created October 13, 2020 21:18 — forked from diego898/rd.md
Enable Concurrent Remote Desktop Users in Windows 8.1 x64

thanks to @neurodyne and this link for updated instructions

This works with the following versions of termsrv.dll

x64 - termsrv.dll - 6.3.9600.17095

Find Replace
39813C0600000F849E310500 B80001000089813806000090
090085C07F078BD8 090085C090908BD8
@Midi-In
Midi-In / ffmpeg.md
Created February 1, 2020 13:53 — forked from protrolium/ffmpeg.md
using ffmpeg to extract audio from video files

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

Convert WAV to MP3, mix down to mono (use 1 audio channel), set bit rate to 64 kbps and sample rate to 22050 Hz: