Skip to main content
Module

x/fast_forward/encoding.ts>EncodingOptions

An easy to use ffmpeg module for Deno. 🦕
Latest
interface EncodingOptions
import { type EncodingOptions } from "https://deno.land/x/fast_forward@0.1.6/encoding.ts";

Properties

optional
binary: string
optional
cwd: string
optional
input: string
optional
logLevel: string
optional
output: string
optional
threads: number