Enum VideoMetadataStrippingMode
Specifies the mode for stripping metadata from video files.
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public enum VideoMetadataStrippingMode
Fields
| Name | Description |
|---|---|
| None | Do not strip any metadata from the video file. |
| Preferred | Stripping all metadata from the video is preferred (e.g., to reduce file size), but not required - that is, it will be not cause remuxing or re-encoding, but if it does happen, then all metadata will be stripped. |
| Required | Stripping all metadata from the video is required (e.g., for privacy reasons). |
| ThumbnailOnly | Strip only thumbnail metadata from the video. |