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

F4vSettings

import type { F4vSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Settings for F4v container

interface F4vSettings {
MoovPlacement?: F4vMoovPlacement | null;
}

§Properties

§
MoovPlacement?: F4vMoovPlacement | null
[src]

If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.