VideoPreprocessor class

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

Constructors

VideoPreprocessor({ColorCorrector? colorCorrector, Deinterlacer? deinterlacer, DolbyVision? dolbyVision, ImageInserter? imageInserter, NoiseReducer? noiseReducer, PartnerWatermarking? partnerWatermarking, TimecodeBurnin? timecodeBurnin})
VideoPreprocessor.fromJson(Map<String, dynamic> json)
factory

Properties

colorCorrector ColorCorrector?
Enable the Color corrector (ColorCorrector) feature if necessary. Enable or disable this feature for each output individually. This setting is disabled by default.
final
deinterlacer Deinterlacer?
Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.
final
dolbyVision DolbyVision?
Enable Dolby Vision feature to produce Dolby Vision compatible video output.
final
hashCode int
The hash code for this object.
no setterinherited
imageInserter ImageInserter?
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.
final
noiseReducer NoiseReducer?
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.
final
partnerWatermarking PartnerWatermarking?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timecodeBurnin TimecodeBurnin?
Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited