Skip to content

Instantly share code, notes, and snippets.

View UniqueJoy's full-sized avatar

Joy UniqueJoy

  • India
View GitHub Profile
@UniqueJoy
UniqueJoy / Windows command line gui access.md
Created August 20, 2021 06:48 — forked from scotgabriel/Windows command line gui access.md
Common windows functions via rundll user32 and control panel

Rundll32 commands

OS: Windows 10/8/7

Add/Remove Programs

  • RunDll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,0

Content Advisor

  • RunDll32.exe msrating.dll,RatingSetupUI

Control Panel

<?php
$convert = '5000'; // days you want to convert
$years = ($convert / 365) ; // days / 365 days
$years = floor($years); // Remove all decimals
$month = ($convert % 365) / 30.5; // I choose 30.5 for Month (30,31) ;)
$month = floor($month); // Remove all decimals
$days = ($convert % 365) % 30.5; // the rest of days
@UniqueJoy
UniqueJoy / youtube_format_code_itag_list.md
Last active July 30, 2020 14:19 — forked from sidneys/youtube_format_code_itag_list.md
YouTube video audio 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 - - -
@UniqueJoy
UniqueJoy / youtube_formats_itag_ids.md
Last active July 30, 2020 14:19 — forked from AgentOak/youtube_formats.md
Youtube Format itag IDs

Last updated: April 2020

Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22). Depending on the age and/or popularity of the video, not all formats will be available.

DASH video

Resolution AV1 HFR AV1 VP9.2 HDR HFR VP9 HFR VP9 H.264 HFR H.264
4320p 402 272 (138)