Property TryPreserveUnrecognizedStreams
TryPreserveUnrecognizedStreams
Gets or initializes a value indicating whether to try to preserve unrecognized streams in the output video.
Each unrecognised stream that is not compatible with the output container format will be dropped when true, or all will be dropped when false.
Note: unrecognized streams include attachments, subtitles, data streams, and any streams not recognized by ffmpeg. We reserve the right to recognize additional stream types in the future, such as subtitle streams.
Note: some metadata might appear as unrecognized streams (e.g., as a data stream).
Declaration
public bool TryPreserveUnrecognizedStreams { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |