FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Property MetadataStrippingMode

    MetadataStrippingMode

    Gets or initializes a value indicating whether to strip metadata and/or thumbnails from this file.

    Note: metadata includes container metadata, stream metadata, chapters, stream groups and programs; but does not include side data (including rotation info / transformation matrix), attachments, and dispositions.

    Note: currently stream groups and programs do not always copy correctly in preserving metadata mode.

    Note: also, not all "metadata" is successfully copied either, some fields may be missing, changed, or added, even in preserve mode.

    Note: incompatible/unrecognized metadata may be remapped on a best-effort basis, may be lost, or might cause an exception to be thrown when remuxing.

    Note: attachments currently show up under unrecognized streams, so they are currently controlled by TryPreserveUnrecognizedStreams between different container formats or re-encoding streams.

    Note: metadata is correctly preserved when the source file is copied as-is, but in other cases, metadata copying is subject to the aforementioned considerations.

    Note: some metadata might appear as unrecognized streams (e.g., as a data stream), which is controlled by TryPreserveUnrecognizedStreams.

    Declaration
    public VideoMetadataStrippingMode MetadataStrippingMode { get; init; }
    Property Value
    Type Description
    VideoMetadataStrippingMode
    © Singulink. All rights reserved.