Skip to content

Instantly share code, notes, and snippets.

View paveltitkov's full-sized avatar

PavelT paveltitkov

View GitHub Profile
@paveltitkov
paveltitkov / T-REC-H.265-202407-PDF-E.md
Last active December 25, 2025 12:45
High Efficiency Video Coding (HEVC) is an international standard defined jointly by ISO/IEC (as ISO/IEC 23008-2) and ITU-T (as H.265) and also referred to as MPEG-H Part 2. It was first published in 2013. HEVC was seen as an evolution of earlier video coding specifications, namely ITU-T H.261 (MPEG-1), ITU-T H.262 (MPEG-2), ITU-T H.263 (MPEG-4,…

Recommendation ITU-T H.265 (V10) (07/2024)

SERIES H: Audiovisual and multimedia systems

Infrastructure of audiovisual services – Coding of moving video

High efficiency video coding

'use strict';
var TURRET_SIG_RES = 40000;
var ang = 0;
if (inputs.orbit > 0 && inputs.speed > 0)
{
ang = Math.atan(inputs.speed/inputs.orbit);
}
// Tracking performance