I'm going to make a transcoding tool that will also play video.
There are two mkv files, A containing ogg audio and B containing aac audio.
B can be played in any way.
1) With MF/Playback(CreateVideoRendererActivate), A cannot be played.
2) You can play A by MFCreateMediaPlayer.
I don't want to do it the MFCreateMediaPlayer way, because I have to transcode, etc.
I have installed ogg's decoder in the Windows Store, and the Windows built-in "TV & Video" app can also play A.
What do I need to do to get the OGG decoder to play A correctly in my program?
There are two mkv files, A containing ogg audio and B containing aac audio.
B can be played in any way.
1) With MF/Playback(CreateVideoRendererActivate), A cannot be played.
2) You can play A by MFCreateMediaPlayer.
I don't want to do it the MFCreateMediaPlayer way, because I have to transcode, etc.
I have installed ogg's decoder in the Windows Store, and the Windows built-in "TV & Video" app can also play A.
What do I need to do to get the OGG decoder to play A correctly in my program?