Skip to content

Instantly share code, notes, and snippets.

@Fak3
Fak3 / m3u8-to-mp4.md
Created May 27, 2019 17:26 — forked from tzmartin/m3u8-to-mp4.md
m3u8 stream to mp4 using ffmpeg

1. Copy m3u8 link

Alt text

2. Run command

echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4
@Fak3
Fak3 / manual.md
Last active August 29, 2015 14:19 — forked from laanwj/manual.md

SynthV1 manual

synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx. It is developed by rncbc aka Rui Nuno Capela.

The synthesizer consists of two identical "synths" with each two oscillators and associated filters and envelope controls. The outputs of these synths are mixed together for the final output.

Synth modules