Skip to main content
Module

x/fast_forward/mod.ts>EncodingEventType

An easy to use ffmpeg module for Deno. 🦕
Latest
type alias EncodingEventType
Re-export
import { type EncodingEventType } from "https://deno.land/x/fast_forward@0.1.6/mod.ts";
definition:
| "info"
| "start"
| "progress"
| "end"
| "error"