PixelsCopyimport type { Pixels } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";A pixel is formatted like so: "10px" type Pixels = string;§Type§string[src]