Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_ffmpeg/src/ffmpegClass.ts

ffmpeg wrapper for deno.land
Latest
import * as denoFfmpeg from "https://deno.land/x/deno_ffmpeg@v3.1.0/src/ffmpegClass.ts";

Functions

Create a new instance of FfmpegClass. This does the same as new FfmpegClass()

Example