Expand description
Watermark and graphic overlay embedding during transcoding. Stream copy (passthrough) mode for transcoding.
When the source codec matches the desired output codec and no filters (resize, crop, tone-map, etc.) are required, the stream can be copied bit-for-bit without re-encoding. This is dramatically faster and preserves the original quality.
Structs§
- Copy
Decision - Result of a stream copy eligibility check.
- Stream
Copy Config - Configuration for stream copy decisions.
- Stream
Copy Detector - Detects whether streams can be copied without re-encoding.
- Stream
Info - Information about a single media stream used for copy-eligibility checks.
Enums§
- Stream
Copy Mode - Describes which streams should be copied vs. re-encoded.
- Stream
Type - Type of a media stream.
Constants§
- STREAM_
COPY_ SPEEDUP_ FACTOR - Estimated speedup factor when stream-copying vs. re-encoding.
Functions§
- estimate_
time_ saved - Estimates the time saved by stream copying instead of re-encoding.