Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# https://stackoverflow.com/a/18552833
# ISO/IEC 14496-12 - ISO base media file format
# from: https://standards.iso.org/ittf/PubliclyAvailableStandards/index.html
from sys import argv
import heapq
import os