Skip to content

Instantly share code, notes, and snippets.

View wnpllrzodiac's full-sized avatar

Michael.Ma wnpllrzodiac

View GitHub Profile
@wnpllrzodiac
wnpllrzodiac / youtube_format_code_itag_list.md
Created August 5, 2019 01:28 — forked from sidneys/youtube_format_code_itag_list.md
YouTube video stream format codes itags

YouTube video stream format codes

Comprehensive list of YouTube format code itags

itag Code Container Content Resolution Bitrate Range VR / 3D
5 flv audio/video 240p - - -
6 flv audio/video 270p - - -
17 3gp audio/video 144p - - -
18 mp4 audio/video 360p - - -
22 mp4 audio/video 720p - - -
@wnpllrzodiac
wnpllrzodiac / isobmff.md
Created April 23, 2020 03:12 — forked from yohhoy/isobmff.md
ISO Base Media File Format

AAC

ISO/IEC 14496-3, 1.6.2.1 AudioSpecificConfig

AudioSpecificConfig() {
	audioObjectType = GetAudioObjectType();
	samplingFrequencyIndex; // 4 bslbf
	if (samplingFrequencyIndex == 0xf) {
		samplingFrequency; // 24 uimsbf
	}
@wnpllrzodiac
wnpllrzodiac / gist:482febd95ed0103f209cb08841565ded
Created November 18, 2025 06:17 — forked from fonsecas72/gist:0ef04265a3d0c5822e5d441b8d2de1f8
Installing polipo on ubuntu 20.04 20.10
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/polipo/polipo_1.1.1-8_amd64.deb
sudo dpkg -i polipo_1.1.1-8_amd64.deb