StandardEncoderPreset Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes all the settings to be used when encoding the input video with the Standard Encoder.
public class StandardEncoderPreset : Azure.ResourceManager.Media.Models.MediaTransformPreset
type StandardEncoderPreset = class
inherit MediaTransformPreset
Public Class StandardEncoderPreset
Inherits MediaTransformPreset
- Inheritance
Constructors
StandardEncoderPreset(IEnumerable<MediaCodecBase>, IEnumerable<MediaFormatBase>) |
Initializes a new instance of StandardEncoderPreset. |
Properties
Codecs |
The list of codecs to be used when encoding the input video. Please note MediaCodecBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AacAudio, MediaAudioBase, CodecCopyAudio, CodecCopyVideo, DDAudio, H264Video, H265Video, MediaImageBase, JpgImage, PngImage and MediaVideoBase. |
ExperimentalOptions |
Dictionary containing key value pairs for parameters not exposed in the preset itself. |
Filters |
One or more filtering operations that are applied to the input media before encoding. |
Formats |
The list of outputs to be produced by the encoder. Please note MediaFormatBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OutputImageFileFormat, JpgFormat, Mp4Format, MultiBitrateFormat, PngFormat and TransportStreamFormat. |