Enum StreamReencodeMode
Defines the mode for re-encoding video or audio streams.
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public enum StreamReencodeMode
Fields
| Name | Description |
|---|---|
| Always | Always re-encode the stream. |
| AvoidReencoding | Only re-encode the stream to meet criteria such as ResizeOptions, or to make a valid codec for the result container format. |
| SelectSmallest | Re-encode each stream only if it ends up smaller, or in cases when AvoidReencoding would re-encode. |