Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MediaClip

import type { MediaClip } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";
interface MediaClip extends ClipBase {
audio_volume: number;
file: string;
}

§Extends

§Properties

§
audio_volume: number
[src]

Audio volume of the clip, this number is relative to the other clip's audio_volume values. Defaults to 1.

§
file: string
[src]

File path to the clip. If it is a relative path, it will be relative to the location of the template file