You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes it is very possible to integrate this with an existing application that is using MediaFoundation. The FFmpegInterop object creates a MediaStreamSource which implements the IMFMediaSource interface and can be connected to the MediaFoundation graph. This will allow to leverage the container format processors from FFmpeg as well as the decoders if you want. At this point, FFmpegInterop is a playback component and therefore would not be usable to get to the encoders, but it is certainly something that can be done in the future
Can this be used in an exiting application written for Media Foundation?
Specifically the decoders / encoders?
The text was updated successfully, but these errors were encountered: