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

VideoPreprocessor

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

Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default.

interface VideoPreprocessor {
ColorCorrector?: ColorCorrector | null;
Deinterlacer?: Deinterlacer | null;
DolbyVision?: DolbyVision | null;
Hdr10Plus?: Hdr10Plus | null;
ImageInserter?: ImageInserter | null;
NoiseReducer?: NoiseReducer | null;
PartnerWatermarking?: PartnerWatermarking | null;
TimecodeBurnin?: TimecodeBurnin | null;
}

§Properties

§
ColorCorrector?: ColorCorrector | null
[src]

Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.

§
Deinterlacer?: Deinterlacer | null
[src]

Use the deinterlacer to produce smoother motion and a clearer picture. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.

§
DolbyVision?: DolbyVision | null
[src]

Enable Dolby Vision feature to produce Dolby Vision compatible video output.

§
Hdr10Plus?: Hdr10Plus | null
[src]

Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.

§
ImageInserter?: ImageInserter | null
[src]

Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.

§
NoiseReducer?: NoiseReducer | null
[src]

Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default.

§
PartnerWatermarking?: PartnerWatermarking | null
[src]

If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.

§
TimecodeBurnin?: TimecodeBurnin | null
[src]

Settings for burning the output timecode and specified prefix into the output.