| Previous | Next |
| MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION | MF_E_TRANSFORM_NEED_MORE_INPUT |
MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES
MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES reports a feature-combination restriction inside the transform. The requested feature may be supported by itself, but not with the MFT's current configuration.
Build a feature dependency report
- Record all non-default codec properties and the order in which the application enabled them.
- Use
IsSupportedandIsModifiableto distinguish an unavailable property from one blocked by current state. - When supported, use notification-capable property methods to observe settings that the codec changes as a consequence of another write.
Disable one candidate feature at a time and reapply configuration from a clean transform instance. Randomly changing bitrate or media type can obscure a deterministic conflict between tools such as rate-control modes, low-latency options, hardware paths, or codec-specific processing features.
Microsoft: ICodecAPI capability and notification methods · Microsoft: Media Foundation properties · Wine: mferror.h
Looking for a different code? Search another status or error code.