Skip to main content
The Deno 2 Release Candidate is here
Learn more
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