Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 394 Bytes

FFprobe WASM

Installation

Deno

import { getInfo, libavformatVersion, libavcodecVersion, libavutilVersion } from "https://deno.land/x/ffprobe_wasm@<version>/mod.ts"; 

npm

import { getInfo, libavformatVersion, libavcodecVersion, libavutilVersion } from "@cffnpwr/ffprobe-wasm";

Usage

const info = await getInfo("URL");