Quantcast
Channel: Media Foundation Development for Windows Desktop forum
Viewing all 1079 articles
Browse latest View live

How to read BITMAPINFOHEADER info from different video container (mp4, 3gpp, avi)

$
0
0
Hello,

I am trying to use Video Compression Manager (vcm). Most of the APIs needed BITMAPINFOHEADER structure which should be filled with correct value. Also APIs ref says that BITMAPINFOHEADER info can be found in video stream header. So my question is how to read video stream header and then fill BITMAPINFOHEADER structure with correct value.

Thanks!


DXVA 2.0 and Media Source

$
0
0
Is it possible to use DXVA2.0 inside a media source so that one can send uncompressed yuv data straight to the EVR without a dummy transform in between?

EVR Dshow filter and DXVA2.0 API

$
0
0

Hi,

I am trying to use DXVA2 for decode video acceleration under vista. I have a DirectShow decoder filter (MPEG2 and works for XP with dxva1.0).  I have the following issues.

1) I was under the impression that dxva1 to dxva2 will happen automatically when we use EVR filter. But it looks like the filter is decoding in pure software mode when using EVR and dxva1.

2) I am trying to implement DXVA2 api's by using the IMFGetService interface. But I am failing on getting the IDirectXVideoAccelerationService interface. It returned E_NOINTERFACE. Why this is happening?

3) The sample dxva2.0 playback code which comes with Windows SDk uses D3d to initialize DXVA2. But is there any way to get the Service Interfaces from EVR filter. I was unable to get much documentation regarding those details. If there is any please give me some pointers.

rajy

Scaling with DXVA2.0

$
0
0

Hi,

 

I’m currently studying the DXVA2.0 device management and video processing and I wonder if you could help me with the following trouble:

 

I’m want to build a MFT who doe’s video processing on video source, one of the features I want to offer is the ability to use the hardware scaling capabilities instead of my software algorithms. Therefore, I came up with some basic questions:

 

1. When setting the video position by the IMFVideoDisplayControl interface to a larger destination rectangle then the source rectangle – how can I ensure that the resizing is done by the hardware and not software?

 

2. Is there a way to implement scaling using the IDirectXVideoProcessor::Video ProcessBlt in my MFT so I could actually continue performing other processing on my video sample? As I understand it, the result is written to the target IDirect3DSurface9 object and I didn’t find a way to “pull” the video sample from it.

 

I believe that answers to those questions would really help me.

Thanks in advance,

 

Uri

DXVA convertion

$
0
0
Hi,
I have a mpeg2 video stream (m2v file extension) and I want to convert it into DXVA standard format in order to feed the IDCT and MCP block.
I am totally new to DXVA.
- Where can I get access to DXVA? by just download DirectX SDK edition?
- Moreover, I wonder how to do the conversion from a bit stream to DXVA standard format, can anyone help me?

Thanks,
Brian

Starting MediaCapture VideoPreview without a CaptureElement

$
0
0

Hi,

I'm starting a new thread because I believe the two related threads I found are leading to workarounds I don't like ;)
(and I believe they are closed because further questions are not answered)

Here are the other threads:

MediaCapture without XAML ?
Using XAML is not an option. I'm working on Windows 8 Desktop (specified TargetPlatformVersion 8) in the Project file to be able to add windows runtime references. In this configuration I'm not able to create a CaptureElement for previewing.

How to capture MediaCapture video preview stream without CaptureElement?
Accessing the image data (in real-time meaning at least at 40-50 Hz) is my goal, too. But It is not clear how the VideoEncodingProperties should help to get there.

It is also not clear if it's possible to use the StartPreviewToCustomSinkAsync with some kind of fake-sink just to circumvent the CaptureElement. How would I do this if its possible?

For me it's also not clear why it is necessary to set the MediaCapture to "consumer".Source to be able to start the preview. As a software developer this kind of coupling looks quite strange :/

Hope you can clear things up! Thanks very much!



Looping H264 decoded frames

$
0
0

I'm currently decoding H264 frames with the microsoft decoder and then rendering it to the screen.  It works fine for a few seconds and then goes into a weird loop where it shows a set of previous old samples and then a newer one.  It continuously loops through these same 2 sets only updating the second one to a somewhat newer series of samples.  I have the decoder set to low latency mode but even turning that off doesn't change anything. 

Here is a portion of the end of my mftrace log:

9588,26FC 18:28:53.13478 CMFMediaStreamDetours::EndGetEvent @006A5578 Met=213 MEMediaSample, value @084FCB60, 
9588,26FC 18:28:53.13480 CMFMediaStreamDetours::HandleEvent @006A5578 Sample @084FCB60, Time 34166ms, Duration 33ms, Buffers 1, Size 2807B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.13484 CMFTransformDetours::ProcessInput @003EE3F0 Stream ID 0, Sample @084FCB60, Time 34166ms, Duration 33ms, Buffers 1, Size 2807B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.13485 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.13489 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.13490 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.13491 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.13492 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.13493 CMFMediaStreamDetours::RequestSample @006A5578 Token @00000000
9588,26FC 18:28:53.16484 CMFMediaStreamDetours::EndGetEvent @006A5578 Met=213 MEMediaSample, value @084FCC50, 
9588,26FC 18:28:53.16486 CMFMediaStreamDetours::HandleEvent @006A5578 Sample @084FCC50, Time 34199ms, Duration 33ms, Buffers 1, Size 3034B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.16490 CMFTransformDetours::ProcessInput @003EE3F0 Stream ID 0, Sample @084FCC50, Time 34199ms, Duration 33ms, Buffers 1, Size 3034B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.16491 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.16495 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.16497 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.16498 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.16500 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.16501 CMFMediaStreamDetours::RequestSample @006A5578 Token @00000000
9588,26FC 18:28:53.19473 CMFMediaStreamDetours::EndGetEvent @006A5578 Met=213 MEMediaSample, value @084FCD40, 
9588,26FC 18:28:53.19475 CMFMediaStreamDetours::HandleEvent @006A5578 Sample @084FCD40, Time 34233ms, Duration 33ms, Buffers 1, Size 3198B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.19480 CMFTransformDetours::ProcessInput @003EE3F0 Stream ID 0, Sample @084FCD40, Time 34233ms, Duration 33ms, Buffers 1, Size 3198B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.19480 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.19484 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.19486 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.19487 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.19488 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.19489 CMFMediaStreamDetours::RequestSample @006A5578 Token @00000000
9588,26FC 18:28:53.22486 CMFMediaStreamDetours::EndGetEvent @006A5578 Met=213 MEMediaSample, value @084FCEA8, 
9588,26FC 18:28:53.22488 CMFMediaStreamDetours::HandleEvent @006A5578 Sample @084FCEA8, Time 34266ms, Duration 33ms, Buffers 1, Size 3320B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.22492 CMFTransformDetours::ProcessInput @003EE3F0 Stream ID 0, Sample @084FCEA8, Time 34266ms, Duration 33ms, Buffers 1, Size 3320B, MFSampleExtension_Token=@00000000
9588,26FC 18:28:53.22492 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.22496 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,26FC 18:28:53.22528 CMFTransformDetours::ProcessOutput @003EE3F0 Stream ID 0, Sample @031E38F0, Time 33999ms, Duration 499ms, Buffers 1, Size 460800B, {B4DD4A8C-0BEB-44C4-8B75-B02B913B04F0}=0;MFSampleExtension_Discontinuity=0;MFSampleExtension_CleanPoint=1;MFSampleExtension_Interlaced=0
9588,26FC 18:28:53.22533 CMFPresentationClockDetours::GetTime @0068B780 Time 341854922hns
9588,26FC 18:28:53.22536 CMFStreamSinkDetours::ProcessSample @006AF328 Sample @031E38F0, Time 33999ms, Duration 499ms, Buffers 1, Size 460800B, {B4DD4A8C-0BEB-44C4-8B75-B02B913B04F0}=0;MFSampleExtension_Discontinuity=0;MFSampleExtension_CleanPoint=1;MFSampleExtension_Interlaced=0;MFSampleExtension_Token=@006B2BD0
9588,26FC 18:28:53.22538 CMFTransformDetours::ProcessInput @0312F024 Stream ID 0, Sample @031E38F0, Time 33999ms, Duration 499ms, Buffers 1, Size 460800B, {B4DD4A8C-0BEB-44C4-8B75-B02B913B04F0}=0;MFSampleExtension_Discontinuity=0;MFSampleExtension_CleanPoint=1;MFSampleExtension_Interlaced=0;MFSampleExtension_Token=@006B2BD0
9588,26FC 18:28:53.22560 CMFTransformDetours::ProcessOutput @0312F024 Stream ID 0, Sample @03134C88, Time 33999ms, Duration 499ms, Buffers 1, Size 844676B, 
9588,26FC 18:28:53.22566 CMFTransformDetours::ProcessOutput @0312F024 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.22568 CMFStreamSinkDetours::EndGetEvent @006AF328 Met=305 MEStreamSinkRequestSample, value (empty), 
9588,26FC 18:28:53.22570 CMFTransformDetours::ProcessMessage @003EE3F0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
9588,2784 18:28:53.22571 CMFQualityManagerDetours::NotifyQualityEvent @0068BA10 Object=0x006AF0B0 Event=0x006AB7C8 Type=311 ExtendedType={F6B44AF8-604D-46FE-A95D-45479B10C9BC} Value=0ms
9588,26FC 18:28:53.22571 CMFTransformDetours::ProcessOutput @003EE3F0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
9588,26FC 18:28:53.22573 CMFMediaStreamDetours::RequestSample @006A5578 Token @00000000
I can see that at a certain point the decoder is unable to process the data until it fills up a buffer of 499ms worth of samples but I don't understand why.  I'm so confused as to why this isn't working.  Especially why it's displaying samples from so long ago but, I don't see any indication of using those samples in the trace.  Any help would be greatly appreciated.  I'm desperate to find out why this is happening.

E_NOINTERFACE occur at MESessionTopoloySet event

$
0
0

I'm trying to play .mp4 file with MFT(Micorsoft H264 Video Decoder MFT) , based on the MF_ProtectedPlayback sample in the SDK.

I have created a topology. But I get a MESessionTopologySet event with E_NOINTERFACE in

IMFMediaEvent->GetStatus(&hrStatus));.

The source node is a default source node in the sample code, and the output node is default renderer node in the sample code. I am using the Micorsoft H264 Video Decoder MFT in between the source and the renderer.

Why do the error occur?

Please tell me the appropriate way to connect the MFT.

This is the code which I have written.

///////////////////////////////////////////////////////////////////////////////////

// AddBranch to Partial Topology (Video) 

AddBranchToPartialTopologyVideo(IMFTopology *pTopology, IMFPresentationDescriptor *pSourcePD, DWORD iStream)){

     TRACE((L"CPlayer::AddBranchToPartialTopologyVideo\n"));

     assert(pTopology != NULL);

    IMFStreamDescriptor* pSourceSD = NULL;
    IMFTopologyNode* pSourceNode = NULL;
    IMFTopologyNode* pOutputNode = NULL;
    IMFTopologyNode* pDecoderNode = NULL;
    BOOL fSelected = FALSE;

    HRESULT hr = S_OK;

    // Get the stream descriptor for this stream.
    CHECK_HR(hr = pSourcePD->GetStreamDescriptorByIndex(iStream, &fSelected, &pSourceSD));

    // Create the topology branch only if the stream is selected.
    // Otherwise, do nothing.
    if (fSelected)
    {
        // Create a source node for this stream.
        CHECK_HR(hr = CreateSourceStreamNode(m_pSource, pSourcePD, pSourceSD, &pSourceNode));

        // Create the output node for the renderer.
        CHECK_HR(hr = CreateOutputNode(pSourceSD, m_hwndVideo, &pOutputNode));

       // Create the MFT node for the decoder.
       CHECK_HR(hr = CreateDecoderNode(pSourceSD, m_hwndVideo, &pDecoderNode));

        // Add nodes to the topology.
        CHECK_HR(hr = pTopology->AddNode(pSourceNode));

        CHECK_HR(hr = pTopology->AddNode(pDecoderNode));

        CHECK_HR(hr = pTopology->AddNode(pOutputNode));


        // Connect the source node to the output node.
        CHECK_HR(hr = pSourceNode->ConnectOutput(0, pDecoderNode, 0));
        CHECK_HR(hr = pDecoderNode->ConnectOutput(0, pOutputNode, 0));

    }

done:
    // Clean up.
    SAFE_RELEASE(pSourceSD);
    SAFE_RELEASE(pSourceNode);
    SAFE_RELEASE(pDecoderNode);
    SAFE_RELEASE(pOutputNode);
    return hr;
}

// 

HRESULT CreateDecoderNode(
    IMFStreamDescriptor *pSourceSD,
    HWND hwndVideo,
    IMFTopologyNode **ppNode
    )
{  

    IMFTopologyNode *pNode = NULL;
    IMFMediaTypeHandler *pHandler = NULL;
    IMFTransform *pDecoder = NULL;

    GUID guidMajorType = GUID_NULL;
    HRESULT hr = S_OK;

    // Get the stream ID.
    DWORD streamID = 0;
    pSourceSD->GetStreamIdentifier(&streamID); // Just for debugging, ignore any failures.

    // Get the media type handler for the stream.
    CHECK_HR(hr = pSourceSD->GetMediaTypeHandler(&pHandler));
   
    // Get the major media type.
    CHECK_HR(hr = pHandler->GetMajorType(&guidMajorType));

    // Create a downstream node.
    CHECK_HR(hr = MFCreateTopologyNode(MF_TOPOLOGY_TRANSFORM_NODE, &pNode));

    // Create an IMFActivate object for the renderer, based on the media type.
    if (MFMediaType_Video == guidMajorType)
    {
        GUID subtype;
        //  Get the video decoder.
         FindDecoderEx(subtype, FALSE, &pDecoder);
    }
    else
    {
        TRACE((L"Stream %d: Unknown format\n", streamID));
        CHECK_HR(hr = E_FAIL);
    }

    // Set the IActivate object on the MFT node.
    CHECK_HR(hr = pNode->SetObject(pDecoder));

    // Return the IMFTopologyNode pointer to the caller.
    *ppNode = pNode;
    (*ppNode)->AddRef();

done:
    SAFE_RELEASE(pNode);
    SAFE_RELEASE(pHandler);
   SAFE_RELEASE(pDecoder);
    return hr;
}

// Find the Decoder

HRESULT FindDecoderEx(
 const GUID& subtype,
 BOOL bAudio,
 IMFTransform **ppDecoder
 )
{
    HRESULT hr = S_OK;
    UINT32 count = 0;

    IMFActivate **ppActivate = NULL;

    MFT_REGISTER_TYPE_INFO info = {0};
    info.guidMajorType = MFMediaType_Video;
    info.guidSubtype = subtype;


    hr = MFTEnumEx(
       MFT_CATEGORY_VIDEO_DECODER,
       MFT_ENUM_FLAG_SYNCMFT | MFT_ENUM_FLAG_LOCALMFT | MFT_ENUM_FLAG_SORTANDFILTER,
       NULL,
       //  &info,
       NULL,
       &ppActivate,
       &count
     );

    if(SUCCEEDED(hr) && count == 0){
        hr = MF_E_TOPO_CODEC_NOT_FOUND;
    }

    wchar_t ss[100];
    UINT32  len;
    GUID  guid;
    for(UINT j=0; j<count; j++){
       ppActivate[j]->GetString(MFT_FRIENDLY_NAME_Attribute, ss, 100, &len);
       ppActivate[j]->GetGUID(MFT_TRANSFORM_CLSID_Attribute, &guid);
       if(wcscmp(ss , _T("Microsoft H264 Video Decoder MFT")) == 0){
           hr = ppActivate[j]->ActivateObject(IID_PPV_ARGS(ppDecoder));
           break;
       }
    }

    for(UINT32 i=0; i<count; i++){
       ppActivate[i]->Release();
    }

    CoTaskMemFree(ppActivate);

    return hr;
}

                                                                                                                   


readsample() success buy cannot invoke the onreadsample() in multiple ip cameras RTSP case, for help with the mftrace logs attached

$
0
0
           __M_F_T_R_A_C_E___LOG__

PID, TID    Time (UTC)    TraceMessage
--------- --------------  ------------
6432,1988 03:01:43.39851 TraceOSVersion @ OS version (BuildLabEx): 7601.18409.amd64fre.win7sp1_gdr.140303-2144
6432,1988 03:01:43.39851 TraceMFDetoursVersion @ MFDetours version 1.0.0.1
6432,1988 03:01:43.39858 TraceEnabledKeywords @ Keywords and levels: Default 4, Detours 4, Kernel32Export 4, MFExport 4, MFPlatExport 4, MFPlayExport 4, MFReadWriteExport 4, Ole32Export 4, wmvCoreExport 4, MFPublic 4, IMFActivate 4, IMFAttributes 4, IMFClock 4, IMFMediaEventGenerator 4, IMFMediaSession 4, IMFMediaSink 4, IMFMediaSource 4, IMFMediaStream 4, IMFPMediaPlayer 4, IMFPMediaItem 4, IMFPMediaPlayerCallback 4, IMFPresentationClock 4
6432,1988 03:01:43.39863 TraceEnabledKeywords @ Keywords and levels: IMFQualityAdvise 4, IMFQualityAdvise2 4, IMFQualityManager 4, IMFSample 4, IMFSinkWriter 4, IMFSourceReader 4, IMFSourceReaderCallback 4, IMFSourceResolver 4, IMFStreamSink 4, IMFTopology 4, IMFTopologyNode 4, IMFTopoLoader 4, IMFTransform 4, IMediaObject 4, IMFSchemeHandler 4, IMFByteStream 4, IMFByteStreamHandler 4, IMFReadWriteClassFactory 4, IFilterGraph 4, IGraphBuilder 4
6432,1988 03:01:43.39864 TraceEnabledKeywords @ Keywords and levels: IMediaControl 4, IMemInputPin 4, IWMReader 4, IWMReaderCallback 4
6432,1988 03:01:43.40028 CMFMediaSessionDetours::Attach @001F0238 Presentation clock @05FA80A8
6432,3DEC 03:01:58.36897 CMFPlatExportDetours::MFShutdown @ Shutting down Media Foundation
6432,3DEC 03:01:58.36901 CMFPlatExportDetours::MFStartup @ Version=0x00010070, dwFlags=0x00000000
6432,3DEC 03:01:58.41075 CMFPlatExportDetours::MFStartup @ Version=0x00020070, dwFlags=0x00000000
6432,3DEC 03:01:59.45370 CMFSourceResolverDetours::CreateObjectFromURL @001A1B78 URL: 'rtsp://192.168.1.13:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,3DEC 03:01:59.45665 COle32ExportDetours::CoCreateInstance @ Created {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D} Net Scheme Handler (C:\Windows\System32\mf.dll) @002109D0 - traced interfaces: IMFSchemeHandler @002109D0, 
6432,3DEC 03:01:59.45667 CMFSchemeHandlerDetours::BeginCreateObject @002109D0 URL: 'rtsp://192.168.1.13:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,4B1C 03:01:59.51576 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,4B1C 03:01:59.51579 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024C98F0 - traced interfaces: 
6432,4B1C 03:01:59.51788 COle32ExportDetours::CoCreateInstance @ Created {0000032A-0000-0000-C000-000000000046}  () @05FFE418 - traced interfaces: 
6432,4B1C 03:01:59.51798 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @06002928 - traced interfaces: 
6432,4824 03:01:59.51829 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,4824 03:01:59.51831 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024CBFE8 - traced interfaces: 
6432,4824 03:01:59.51918 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @06001148 - traced interfaces: 
6432,4824 03:01:59.52057 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @05FE2C2C - traced interfaces: 
6432,4B1C 03:01:59.52058 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @05FE2D4C - traced interfaces: 
6432,5248 03:01:59.53930 CMFSchemeHandlerDetours::HandleObject @002109D0 New bytestream @05FBEDE8
6432,5248 03:01:59.54187 COle32ExportDetours::CoCreateInstance @ Created {EFE621CA-0A2C-49FA-8A01-3768B559B6DA} LEAD RTSP Source Scheme Handler (C:\Windows\SysWOW64\LMMFRTSPSrc.dll) @09832FC4 - traced interfaces: IMFSchemeHandler @09832FC4, 
6432,5248 03:01:59.54187 CMFSchemeHandlerDetours::BeginCreateObject @09832FC4 URL: 'rtsp://192.168.1.13:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,5248 03:01:59.54299 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,5248 03:01:59.68148 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x0000003F, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,5248 03:01:59.68664 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @05FA59F0, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,5248 03:01:59.68682 CMFSchemeHandlerDetours::HandleObject @09832FC4 New source @09833014
6432,5248 03:01:59.68697 CMFMediaSourceDetours::TracePD @09833014 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:01:59.68707 CMFSourceResolverDetours::HandleObject @001A1B78 New source @09833014
6432,3DEC 03:01:59.68724 CMFMediaSourceDetours::TracePD @09833014 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:01:59.68725 CMFSourceResolverDetours::HandleObject @001A1B78 New source @09833014
6432,3DEC 03:01:59.68737 CMFMediaSourceDetours::TracePD @09833014 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:00.17555 CMFPlatExportDetours::MFStartup @ Version=0x00020070, dwFlags=0x00000000
6432,3DEC 03:02:00.73470 CMFSourceResolverDetours::CreateObjectFromURL @05FEB9F0 URL: 'rtsp://192.168.1.12:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,3DEC 03:02:00.73606 COle32ExportDetours::CoCreateInstance @ Created {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D} Net Scheme Handler (C:\Windows\System32\mf.dll) @06001E28 - traced interfaces: IMFSchemeHandler @06001E28, 
6432,3DEC 03:02:00.73608 CMFSchemeHandlerDetours::BeginCreateObject @06001E28 URL: 'rtsp://192.168.1.12:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,4824 03:02:00.74011 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,4824 03:02:00.74013 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024CBDF8 - traced interfaces: 
6432,4824 03:02:00.74132 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @0029F3D8 - traced interfaces: 
6432,4824 03:02:00.74271 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @05FE3454 - traced interfaces: 
6432,5248 03:02:00.75854 CMFSchemeHandlerDetours::HandleObject @06001E28 New bytestream @00297F98
6432,5248 03:02:00.75895 COle32ExportDetours::CoCreateInstance @ Created {EFE621CA-0A2C-49FA-8A01-3768B559B6DA} LEAD RTSP Source Scheme Handler (C:\Windows\SysWOW64\LMMFRTSPSrc.dll) @09834AB4 - traced interfaces: IMFSchemeHandler @09834AB4, 
6432,5248 03:02:00.75896 CMFSchemeHandlerDetours::BeginCreateObject @09834AB4 URL: 'rtsp://192.168.1.12:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,5248 03:02:00.75918 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,5248 03:02:00.89787 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x0000003F, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,5248 03:02:00.90391 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06017808, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,5248 03:02:00.90405 CMFSchemeHandlerDetours::HandleObject @09834AB4 New source @0A610074
6432,5248 03:02:00.90420 CMFMediaSourceDetours::TracePD @0A610074 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:00.90424 CMFSourceResolverDetours::HandleObject @05FEB9F0 New source @0A610074
6432,3DEC 03:02:00.90442 CMFMediaSourceDetours::TracePD @0A610074 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:00.90443 CMFSourceResolverDetours::HandleObject @05FEB9F0 New source @0A610074
6432,3DEC 03:02:00.90456 CMFMediaSourceDetours::TracePD @0A610074 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:01.25418 CMFPlatExportDetours::MFStartup @ Version=0x00020070, dwFlags=0x00000000
6432,3DEC 03:02:01.80537 CMFSourceResolverDetours::CreateObjectFromURL @05FEBA08 URL: 'rtsp://192.168.1.11:554/user=admin&password=admin&channel=1&stream=0.sdp?'
6432,3DEC 03:02:01.80599 COle32ExportDetours::CoCreateInstance @ Created {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D} Net Scheme Handler (C:\Windows\System32\mf.dll) @06002028 - traced interfaces: IMFSchemeHandler @06002028, 
6432,3DEC 03:02:01.80600 CMFSchemeHandlerDetours::BeginCreateObject @06002028 URL: 'rtsp://192.168.1.11:554/user=admin&password=admin&channel=1&stream=0.sdp?'
6432,4824 03:02:01.81900 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,4824 03:02:01.81903 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024CBDF8 - traced interfaces: 
6432,4824 03:02:01.82003 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @06022730 - traced interfaces: 
6432,4824 03:02:01.82057 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @05FE3724 - traced interfaces: 
6432,5248 03:02:01.84051 CMFSchemeHandlerDetours::HandleObject @06002028 New bytestream @060189C8
6432,5248 03:02:01.84074 COle32ExportDetours::CoCreateInstance @ Created {EFE621CA-0A2C-49FA-8A01-3768B559B6DA} LEAD RTSP Source Scheme Handler (C:\Windows\SysWOW64\LMMFRTSPSrc.dll) @0A611844 - traced interfaces: IMFSchemeHandler @0A611844, 
6432,5248 03:02:01.84075 CMFSchemeHandlerDetours::BeginCreateObject @0A611844 URL: 'rtsp://192.168.1.11:554/user=admin&password=admin&channel=1&stream=0.sdp?'
6432,5248 03:02:01.84087 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,5248 03:02:01.97879 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x0000003F, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,5248 03:02:01.98462 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06017910, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,5248 03:02:01.98477 CMFSchemeHandlerDetours::HandleObject @0A611844 New source @0A64DCF4
6432,5248 03:02:01.98494 CMFMediaSourceDetours::TracePD @0A64DCF4 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:01.98502 CMFSourceResolverDetours::HandleObject @05FEBA08 New source @0A64DCF4
6432,3DEC 03:02:01.98520 CMFMediaSourceDetours::TracePD @0A64DCF4 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:01.98521 CMFSourceResolverDetours::HandleObject @05FEBA08 New source @0A64DCF4
6432,3DEC 03:02:01.98533 CMFMediaSourceDetours::TracePD @0A64DCF4 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,4820 03:02:02.08857 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @06031DA8 - traced interfaces: 
6432,4820 03:02:02.09018 COle32ExportDetours::CoCreateInstance @ Created {C39EE728-D419-4BD4-A3EF-EDA059DBD935} WinInetBroker Class (C:\Windows\SysWOW64\wininet.dll) @0601D62C - traced interfaces: 
6432,4820 03:02:02.09776 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,4820 03:02:02.09779 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024CBDF8 - traced interfaces: 
6432,4820 03:02:02.09871 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @06031DA8 - traced interfaces: 
6432,4820 03:02:02.09969 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @0601D7DC - traced interfaces: 
6432,3DEC 03:02:02.52982 CMFPlatExportDetours::MFStartup @ Version=0x00020070, dwFlags=0x00000000
6432,3DEC 03:02:03.20298 CMFSourceResolverDetours::CreateObjectFromURL @05FEBC78 URL: 'rtsp://192.168.1.14:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,3DEC 03:02:03.20428 COle32ExportDetours::CoCreateInstance @ Created {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D} Net Scheme Handler (C:\Windows\System32\mf.dll) @06002228 - traced interfaces: IMFSchemeHandler @06002228, 
6432,3DEC 03:02:03.20429 CMFSchemeHandlerDetours::BeginCreateObject @06002228 URL: 'rtsp://192.168.1.14:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,2888 03:02:03.20648 COle32ExportDetours::CoCreateInstance @ Created {00000323-0000-0000-C000-000000000046} - ignored
6432,2888 03:02:03.20650 COle32ExportDetours::CoCreateInstance @ Created {DCB00C01-570F-4A9B-8D69-199FDBA5723B} NetworkListManager (C:\Windows\System32\netprofm.dll) @024CBDF8 - traced interfaces: 
6432,2888 03:02:03.20780 COle32ExportDetours::CoCreateInstance @ Created {00000339-0000-0000-C000-000000000046}  () @0603A640 - traced interfaces: 
6432,2888 03:02:03.20881 COle32ExportDetours::CoCreateInstance @ Created {A47979D2-C419-11D9-A5B4-001185AD2B89} Network List Manager () @0601D794 - traced interfaces: 
6432,5248 03:02:03.22477 CMFSchemeHandlerDetours::HandleObject @06002228 New bytestream @06032BD8
6432,5248 03:02:03.22572 COle32ExportDetours::CoCreateInstance @ Created {EFE621CA-0A2C-49FA-8A01-3768B559B6DA} LEAD RTSP Source Scheme Handler (C:\Windows\SysWOW64\LMMFRTSPSrc.dll) @0A64FB6C - traced interfaces: IMFSchemeHandler @0A64FB6C, 
6432,5248 03:02:03.22573 CMFSchemeHandlerDetours::BeginCreateObject @0A64FB6C URL: 'rtsp://192.168.1.14:554/user=admin&password=&channel=1&stream=0.sdp?'
6432,5248 03:02:03.22649 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,5248 03:02:03.36088 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x0000003F, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,5248 03:02:03.36239 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @060179C0, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,5248 03:02:03.36244 CMFSchemeHandlerDetours::HandleObject @0A64FB6C New source @0A654A04
6432,5248 03:02:03.36247 CMFMediaSourceDetours::TracePD @0A654A04 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:03.36252 CMFSourceResolverDetours::HandleObject @05FEBC78 New source @0A654A04
6432,3DEC 03:02:03.36256 CMFMediaSourceDetours::TracePD @0A654A04 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3DEC 03:02:03.36257 CMFSourceResolverDetours::HandleObject @05FEBC78 New source @0A654A04
6432,3DEC 03:02:03.36260 CMFMediaSourceDetours::TracePD @0A654A04 Stream 0 (ID 0): selected 1, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3704 03:02:03.87392 CMFReadWriteExportDetours::MFCreateSourceReaderFromMediaSource @ Source @09833014, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3948;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3B1C 03:02:03.87397 CMFReadWriteExportDetours::MFCreateSourceReaderFromMediaSource @ Source @0A64DCF4, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3E28;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3B1C 03:02:03.87398 CMFReadWriteExportDetours::MFCreateSourceReaderFromByteStream @ Bytestream @0A64DCF4, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3E28;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3704 03:02:03.87399 CMFReadWriteExportDetours::MFCreateSourceReaderFromByteStream @ Bytestream @09833014, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3948;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3954 03:02:03.87405 CMFReadWriteExportDetours::MFCreateSourceReaderFromMediaSource @ Source @0A610074, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3BB8;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3954 03:02:03.87405 CMFReadWriteExportDetours::MFCreateSourceReaderFromByteStream @ Bytestream @0A610074, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3BB8;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3704 03:02:03.87468 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060023EC - traced interfaces: IMFReadWriteClassFactory @060023EC, 
6432,3B1C 03:02:03.87469 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060023AC - traced interfaces: IMFReadWriteClassFactory @060023AC, 
6432,3704 03:02:03.87469 CMFReadWriteClassFactoryDetours::CreateInstanceFromObject @060023EC Object @09833014, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3948;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3B1C 03:02:03.87470 CMFReadWriteClassFactoryDetours::CreateInstanceFromObject @060023AC Object @0A64DCF4, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3E28;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3B1C 03:02:03.87477 CMFReadWriteClassFactoryDetours::HandleObject @ New source reader @0603FF28
6432,3704 03:02:03.87477 CMFReadWriteClassFactoryDetours::HandleObject @ New source reader @06038A28
6432,3954 03:02:03.87479 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060023AC - traced interfaces: IMFReadWriteClassFactory @060023AC, 
6432,3B1C 03:02:03.87479 CMFReadWriteExportDetours::MFCreateSinkWriterFromURL @ URL: 'test_new_3.wmv', bytestream @00000000, <NULL>
6432,3954 03:02:03.87480 CMFReadWriteClassFactoryDetours::CreateInstanceFromObject @060023AC Object @0A610074, MF_SOURCE_READER_ASYNC_CALLBACK=@070F3BB8;MF_READWRITE_DISABLE_CONVERTERS=1
6432,3954 03:02:03.87482 CMFReadWriteClassFactoryDetours::HandleObject @ New source reader @060553E0
6432,3954 03:02:03.87483 CMFReadWriteExportDetours::MFCreateSinkWriterFromURL @ URL: 'test_new_2.wmv', bytestream @00000000, <NULL>
6432,3704 03:02:03.87486 CMFReadWriteExportDetours::MFCreateSinkWriterFromURL @ URL: 'test_new_1.wmv', bytestream @00000000, <NULL>
6432,5248 03:02:03.87486 CMFMediaSourceDetours::EndGetEvent @0A64DCF4 Met=217 MESourceRateChanged, value 0.000000, 
6432,5248 03:02:03.87487 CMFMediaSourceDetours::EndGetEvent @0A610074 Met=217 MESourceRateChanged, value 0.000000, 
6432,5248 03:02:03.87487 CMFMediaSourceDetours::EndGetEvent @09833014 Met=217 MESourceRateChanged, value 0.000000, 
6432,3B1C 03:02:03.87505 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060023EC - traced interfaces: IMFReadWriteClassFactory @060023EC, 
6432,3B1C 03:02:03.87505 CMFReadWriteClassFactoryDetours::CreateInstanceFromURL @060023EC URL: 'test_new_3.wmv', <NULL>
6432,3B1C 03:02:03.87506 CMFPlatExportDetours::MFCreateFile @ URL: 'test_new_3.wmv'
6432,3954 03:02:03.87513 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060023AC - traced interfaces: IMFReadWriteClassFactory @060023AC, 
6432,3954 03:02:03.87513 CMFReadWriteClassFactoryDetours::CreateInstanceFromURL @060023AC URL: 'test_new_2.wmv', <NULL>
6432,3954 03:02:03.87513 CMFPlatExportDetours::MFCreateFile @ URL: 'test_new_2.wmv'
6432,3704 03:02:03.87521 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060560D4 - traced interfaces: IMFReadWriteClassFactory @060560D4, 
6432,3704 03:02:03.87522 CMFReadWriteClassFactoryDetours::CreateInstanceFromURL @060560D4 URL: 'test_new_1.wmv', <NULL>
6432,3704 03:02:03.87522 CMFPlatExportDetours::MFCreateFile @ URL: 'test_new_1.wmv'
6432,583C 03:02:03.87527 CMFReadWriteExportDetours::MFCreateSourceReaderFromMediaSource @ Source @0A654A04, MF_SOURCE_READER_ASYNC_CALLBACK=@070D3B48;MF_READWRITE_DISABLE_CONVERTERS=1
6432,583C 03:02:03.87527 CMFReadWriteExportDetours::MFCreateSourceReaderFromByteStream @ Bytestream @0A654A04, MF_SOURCE_READER_ASYNC_CALLBACK=@070D3B48;MF_READWRITE_DISABLE_CONVERTERS=1
6432,583C 03:02:03.87541 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060560F4 - traced interfaces: IMFReadWriteClassFactory @060560F4, 
6432,583C 03:02:03.87541 CMFReadWriteClassFactoryDetours::CreateInstanceFromObject @060560F4 Object @0A654A04, MF_SOURCE_READER_ASYNC_CALLBACK=@070D3B48;MF_READWRITE_DISABLE_CONVERTERS=1
6432,583C 03:02:03.87544 CMFReadWriteClassFactoryDetours::HandleObject @ New source reader @060568B8
6432,583C 03:02:03.87545 CMFReadWriteExportDetours::MFCreateSinkWriterFromURL @ URL: 'test_new_4.wmv', bytestream @00000000, <NULL>
6432,5248 03:02:03.87546 CMFMediaSourceDetours::EndGetEvent @0A654A04 Met=217 MESourceRateChanged, value 0.000000, 
6432,583C 03:02:03.87558 COle32ExportDetours::CoCreateInstance @ Created {48E2ED0F-98C2-4A37-BED5-166312DDD83F} MFReadWrite Class Factory (C:\Windows\System32\mfreadwrite.dll) @060560F4 - traced interfaces: IMFReadWriteClassFactory @060560F4, 
6432,583C 03:02:03.87558 CMFReadWriteClassFactoryDetours::CreateInstanceFromURL @060560F4 URL: 'test_new_4.wmv', <NULL>
6432,583C 03:02:03.87558 CMFPlatExportDetours::MFCreateFile @ URL: 'test_new_4.wmv'
6432,3B1C 03:02:03.87949 CMFExportDetours::MFCreateASFMediaSink @ New sink @06055EB0
6432,3B1C 03:02:03.87952 CMFReadWriteClassFactoryDetours::HandleObject @ New sink writer @06067690
6432,3954 03:02:03.87954 CMFExportDetours::MFCreateASFMediaSink @ New sink @06056AF8
6432,3954 03:02:03.87955 CMFReadWriteClassFactoryDetours::HandleObject @ New sink writer @06068178
6432,3B1C 03:02:03.87959 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x00000053, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,3954 03:02:03.87960 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x00000053, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,3B1C 03:02:03.88128 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @0029DCA0, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,3954 03:02:03.88304 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06021178, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,3B1C 03:02:03.88344 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,3B1C 03:02:03.88364 COle32ExportDetours::CoCreateInstance @ New MFT @041148B4, <NULL>
6432,3B1C 03:02:03.88366 COle32ExportDetours::CoCreateInstance @ Created {E2B6DF35-38C5-11D5-91F6-00104BDB8FF9} LEAD MF H264 Decoder (C:\Windows\SysWOW64\LMFDecH264.dll) @041148B4 - traced interfaces: IMFTransform @041148B4, 
6432,3B1C 03:02:03.88367 CMFActivateDetours::ActivateObject @0029DCA0 New MFT @041148B4
6432,3B1C 03:02:03.88374 CMFTransformDetours::SetInputType @041148B4 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3B1C 03:02:03.88380 CMFTransformDetours::SetOutputType @041148B4 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3B1C 03:02:03.88386 CMFSinkWriterDetours::AddStream @06067690 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3B1C 03:02:03.88389 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_ENCODER, Flags: 0x00000073, input MT: <NULL>, output MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3
6432,3B1C 03:02:03.88458 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @0029DCA0, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_ENCODER;MFT_TRANSFORM_CLSID_Attribute={D23B90D0-144F-46BD-841D-59E4EB19DC59};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 59 55 56 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 34 32 30 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 33 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 50 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ;MFT_FRIENDLY_NAME_Attribute=WMVideo9 Encoder MFT;MF_TRANSFORM_FLAGS_Attribute=1
6432,3704 03:02:03.88486 CMFExportDetours::MFCreateASFMediaSink @ New sink @0606C1B0
6432,3704 03:02:03.88487 CMFReadWriteClassFactoryDetours::HandleObject @ New sink writer @0606C5E8
6432,3704 03:02:03.88492 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x00000053, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,3B1C 03:02:03.88616 COle32ExportDetours::CoCreateInstance @ New MFT @06060C70, <NULL>
6432,3B1C 03:02:03.88618 COle32ExportDetours::CoCreateInstance @ Created {D23B90D0-144F-46BD-841D-59E4EB19DC59} WMVideo9 Encoder DMO (C:\Windows\SysWOW64\wmvencod.dll) @06060C70 - traced interfaces: IMFTransform @06060C70, IMediaObject @06060C88, 
6432,3B1C 03:02:03.88619 CMFActivateDetours::ActivateObject @0029DCA0 New MFT @06060C70
6432,3B1C 03:02:03.88621 CMFTransformDetours::SetInputType @06060C70 Failed MT: <NULL>
6432,3B1C 03:02:03.88621 CMFTransformDetours::SetOutputType @06060C70 Failed MT: <NULL>
6432,3B1C 03:02:03.88628 CMFTransformDetours::SetInputType @06060C70 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3704 03:02:03.88637 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06006A20, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,3704 03:02:03.88666 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,3954 03:02:03.88671 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B01210 - traced interfaces: 
6432,3704 03:02:03.88690 COle32ExportDetours::CoCreateInstance @ New MFT @0411AECC, <NULL>
6432,3704 03:02:03.88690 COle32ExportDetours::CoCreateInstance @ Created {E2B6DF35-38C5-11D5-91F6-00104BDB8FF9} LEAD MF H264 Decoder (C:\Windows\SysWOW64\LMFDecH264.dll) @0411AECC - traced interfaces: IMFTransform @0411AECC, 
6432,3704 03:02:03.88690 CMFActivateDetours::ActivateObject @06006A20 New MFT @0411AECC
6432,3954 03:02:03.88694 COle32ExportDetours::CoCreateInstance @ New MFT @04112FDC, <NULL>
6432,3954 03:02:03.88695 COle32ExportDetours::CoCreateInstance @ Created {E2B6DF35-38C5-11D5-91F6-00104BDB8FF9} LEAD MF H264 Decoder (C:\Windows\SysWOW64\LMFDecH264.dll) @04112FDC - traced interfaces: IMFTransform @04112FDC, 
6432,3954 03:02:03.88695 CMFActivateDetours::ActivateObject @06021178 New MFT @04112FDC
6432,3704 03:02:03.88697 CMFTransformDetours::SetInputType @0411AECC Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3954 03:02:03.88701 CMFTransformDetours::SetInputType @04112FDC Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3704 03:02:03.88702 CMFTransformDetours::SetOutputType @0411AECC Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3954 03:02:03.88707 CMFTransformDetours::SetOutputType @04112FDC Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,3704 03:02:03.88708 CMFSinkWriterDetours::AddStream @0606C5E8 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3704 03:02:03.88710 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_ENCODER, Flags: 0x00000073, input MT: <NULL>, output MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3
6432,3954 03:02:03.88712 CMFSinkWriterDetours::AddStream @06068178 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3954 03:02:03.88714 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_ENCODER, Flags: 0x00000073, input MT: <NULL>, output MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3
6432,3704 03:02:03.88786 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06006A20, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_ENCODER;MFT_TRANSFORM_CLSID_Attribute={D23B90D0-144F-46BD-841D-59E4EB19DC59};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 59 55 56 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 34 32 30 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 33 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 50 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ;MFT_FRIENDLY_NAME_Attribute=WMVideo9 Encoder MFT;MF_TRANSFORM_FLAGS_Attribute=1
6432,3954 03:02:03.88794 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06021178, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_ENCODER;MFT_TRANSFORM_CLSID_Attribute={D23B90D0-144F-46BD-841D-59E4EB19DC59};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 59 55 56 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 34 32 30 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 33 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 50 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ;MFT_FRIENDLY_NAME_Attribute=WMVideo9 Encoder MFT;MF_TRANSFORM_FLAGS_Attribute=1
6432,3704 03:02:03.88800 COle32ExportDetours::CoCreateInstance @ New MFT @06079FB0, <NULL>
6432,3704 03:02:03.88801 COle32ExportDetours::CoCreateInstance @ Created {D23B90D0-144F-46BD-841D-59E4EB19DC59} WMVideo9 Encoder DMO (C:\Windows\SysWOW64\wmvencod.dll) @06079FB0 - traced interfaces: IMFTransform @06079FB0, IMediaObject @06079FC8, 
6432,3704 03:02:03.88802 CMFActivateDetours::ActivateObject @06006A20 New MFT @06079FB0
6432,3704 03:02:03.88803 CMFTransformDetours::SetInputType @06079FB0 Failed MT: <NULL>
6432,3704 03:02:03.88804 CMFTransformDetours::SetOutputType @06079FB0 Failed MT: <NULL>
6432,3954 03:02:03.88808 COle32ExportDetours::CoCreateInstance @ New MFT @0607AF68, <NULL>
6432,3954 03:02:03.88809 COle32ExportDetours::CoCreateInstance @ Created {D23B90D0-144F-46BD-841D-59E4EB19DC59} WMVideo9 Encoder DMO (C:\Windows\SysWOW64\wmvencod.dll) @0607AF68 - traced interfaces: IMFTransform @0607AF68, IMediaObject @0607AF80, 
6432,3954 03:02:03.88810 CMFActivateDetours::ActivateObject @06021178 New MFT @0607AF68
6432,3704 03:02:03.88810 CMFTransformDetours::SetInputType @06079FB0 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3954 03:02:03.88811 CMFTransformDetours::SetInputType @0607AF68 Failed MT: <NULL>
6432,3954 03:02:03.88812 CMFTransformDetours::SetOutputType @0607AF68 Failed MT: <NULL>
6432,3954 03:02:03.88818 CMFTransformDetours::SetInputType @0607AF68 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,583C 03:02:03.89248 CMFExportDetours::MFCreateASFMediaSink @ New sink @0DF322D8
6432,583C 03:02:03.89250 CMFReadWriteClassFactoryDetours::HandleObject @ New sink writer @0DF31988
6432,583C 03:02:03.89257 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_DECODER, Flags: 0x00000053, input MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71}, output MT: <NULL>
6432,583C 03:02:03.89476 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06006A78, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_DECODER;MFT_TRANSFORM_CLSID_Attribute={E2B6DF35-38C5-11D5-91F6-00104BDB8FF9};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 32 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 4c 58 36 34 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 56 31 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_FRIENDLY_NAME_Attribute=LEAD MF H264 Decoder;MF_TRANSFORM_FLAGS_Attribute=1
6432,583C 03:02:03.89516 COle32ExportDetours::CoCreateInstance @ Created {E2B7DDA9-38C5-11D5-91F6-00104BDB8FF9} LMDSKernel2 Class (C:\Windows\SysWOW64\DSKernel2.DLL) @09B011F8 - traced interfaces: 
6432,583C 03:02:03.89563 COle32ExportDetours::CoCreateInstance @ New MFT @0411C7A4, <NULL>
6432,583C 03:02:03.89563 COle32ExportDetours::CoCreateInstance @ Created {E2B6DF35-38C5-11D5-91F6-00104BDB8FF9} LEAD MF H264 Decoder (C:\Windows\SysWOW64\LMFDecH264.dll) @0411C7A4 - traced interfaces: IMFTransform @0411C7A4, 
6432,583C 03:02:03.89564 CMFActivateDetours::ActivateObject @06006A78 New MFT @0411C7A4
6432,583C 03:02:03.89575 CMFTransformDetours::SetInputType @0411C7A4 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE={3436324C-0000-0010-8000-00AA00389B71};MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,583C 03:02:03.89583 CMFTransformDetours::SetOutputType @0411C7A4 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo
6432,583C 03:02:03.89592 CMFSinkWriterDetours::AddStream @0DF31988 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,583C 03:02:03.89595 CMFPlatExportDetours::MFTEnumEx @ Category: MFT_CATEGORY_VIDEO_ENCODER, Flags: 0x00000073, input MT: <NULL>, output MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3
6432,583C 03:02:03.89698 CMFPlatExportDetours::MFTEnumEx @ Activate 00 @06006A78, MF_TRANSFORM_CATEGORY_Attribute=MFT_CATEGORY_VIDEO_ENCODER;MFT_TRANSFORM_CLSID_Attribute={D23B90D0-144F-46BD-841D-59E4EB19DC59};MFT_INPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 59 55 56 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 49 34 32 30 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ...;MFT_OUTPUT_TYPES_Attributes=76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 33 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 64 73 00 00 10 00 80 00 00 aa 00 38 9b 71 57 4d 56 50 00 00 10 00 80 00 00 aa 00 38 9b 71 76 69 ;MFT_FRIENDLY_NAME_Attribute=WMVideo9 Encoder MFT;MF_TRANSFORM_FLAGS_Attribute=1
6432,583C 03:02:03.89720 COle32ExportDetours::CoCreateInstance @ New MFT @0F11D078, <NULL>
6432,583C 03:02:03.89721 COle32ExportDetours::CoCreateInstance @ Created {D23B90D0-144F-46BD-841D-59E4EB19DC59} WMVideo9 Encoder DMO (C:\Windows\SysWOW64\wmvencod.dll) @0F11D078 - traced interfaces: IMFTransform @0F11D078, IMediaObject @0F11D090, 
6432,583C 03:02:03.89722 CMFActivateDetours::ActivateObject @06006A78 New MFT @0F11D078
6432,583C 03:02:03.89726 CMFTransformDetours::SetInputType @0F11D078 Failed MT: <NULL>
6432,583C 03:02:03.89726 CMFTransformDetours::SetOutputType @0F11D078 Failed MT: <NULL>
6432,583C 03:02:03.89735 CMFTransformDetours::SetInputType @0F11D078 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3B1C 03:02:03.97600 CMFTransformDetours::SetOutputType @06060C70 Failed MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3704 03:02:03.98549 CMFTransformDetours::SetOutputType @06079FB0 Failed MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3954 03:02:03.99213 CMFTransformDetours::SetOutputType @0607AF68 Failed MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,583C 03:02:04.00161 CMFTransformDetours::SetOutputType @0F11D078 Failed MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_AVG_BITRATE=10000;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2
6432,3B1C 03:02:04.08134 CMFTransformDetours::SetOutputType @06060C70 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_GEOMETRIC_APERTURE=00 00 00 00 00 00 00 00 00 05 00 00 d0 02 00 00 ;MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AVG_BITRATE=10000;MF_MT_USER_DATA=4c 01 08 01 00 ;MF_MT_TRANSFER_FUNCTION=0;MF_MT_VIDEO_PRIMARIES=0;MF_MT_YUV_MATRIX=0
6432,3D3C 03:02:04.08188 CMFTransformDetours::ProcessMessage @06060C70 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
6432,3B1C 03:02:04.08194 CMFSinkWriterDetours::SetInputMediaType @06067690 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3B1C 03:02:04.08224 CMFSinkWriterDetours::BeginWriting @06067690 Began writing
6432,5248 03:02:04.08226 CMFStreamSinkDetours::EndGetEvent @1AF51E18 Met=301 MEStreamSinkStarted, value (empty), 
6432,5248 03:02:04.08227 CMFStreamSinkDetours::EndGetEvent @1AF51E18 Met=305 MEStreamSinkRequestSample, value (empty), 
6432,3704 03:02:04.09686 CMFTransformDetours::SetOutputType @06079FB0 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_GEOMETRIC_APERTURE=00 00 00 00 00 00 00 00 00 05 00 00 d0 02 00 00 ;MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AVG_BITRATE=10000;MF_MT_USER_DATA=4c 01 08 01 00 ;MF_MT_TRANSFER_FUNCTION=0;MF_MT_VIDEO_PRIMARIES=0;MF_MT_YUV_MATRIX=0
6432,36C0 03:02:04.09737 CMFTransformDetours::ProcessMessage @06079FB0 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
6432,3704 03:02:04.09744 CMFSinkWriterDetours::SetInputMediaType @0606C5E8 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3704 03:02:04.09763 CMFSinkWriterDetours::BeginWriting @0606C5E8 Began writing
6432,5248 03:02:04.09775 CMFStreamSinkDetours::EndGetEvent @1B0D7C30 Met=301 MEStreamSinkStarted, value (empty), 
6432,5248 03:02:04.09776 CMFStreamSinkDetours::EndGetEvent @1B0D7C30 Met=305 MEStreamSinkRequestSample, value (empty), 
6432,3954 03:02:04.10465 CMFTransformDetours::SetOutputType @0607AF68 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_GEOMETRIC_APERTURE=00 00 00 00 00 00 00 00 00 05 00 00 d0 02 00 00 ;MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AVG_BITRATE=10000;MF_MT_USER_DATA=4c 01 08 01 00 ;MF_MT_TRANSFER_FUNCTION=0;MF_MT_VIDEO_PRIMARIES=0;MF_MT_YUV_MATRIX=0
6432,AB0 03:02:04.10517 CMFTransformDetours::ProcessMessage @0607AF68 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
6432,3954 03:02:04.10524 CMFSinkWriterDetours::SetInputMediaType @06068178 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 42 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 b2 10 00 00 01 68 ce 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,3954 03:02:04.10542 CMFSinkWriterDetours::BeginWriting @06068178 Began writing
6432,5248 03:02:04.10548 CMFStreamSinkDetours::EndGetEvent @1B3A7CE8 Met=301 MEStreamSinkStarted, value (empty), 
6432,5248 03:02:04.10548 CMFStreamSinkDetours::EndGetEvent @1B3A7CE8 Met=305 MEStreamSinkRequestSample, value (empty), 
6432,583C 03:02:04.12113 CMFTransformDetours::SetOutputType @0F11D078 Succeeded MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_WMV3;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_GEOMETRIC_APERTURE=00 00 00 00 00 00 00 00 00 05 00 00 d0 02 00 00 ;MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AVG_BITRATE=10000;MF_MT_USER_DATA=4c 01 08 01 00 ;MF_MT_TRANSFER_FUNCTION=0;MF_MT_VIDEO_PRIMARIES=0;MF_MT_YUV_MATRIX=0
6432,58F8 03:02:04.12162 CMFTransformDetours::ProcessMessage @0F11D078 Message type=0x10000000 MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, param=00000000
6432,583C 03:02:04.12170 CMFSinkWriterDetours::SetInputMediaType @0DF31988 Stream Index 0x0, MT: MF_MT_MAJOR_TYPE=MEDIATYPE_Video;MF_MT_SUBTYPE=MFVideoFormat_RGB32;MF_MT_FRAME_SIZE=5497558139600 (1280,720);MF_MT_SAMPLE_SIZE=2764800;MF_MT_USER_DATA=00 00 01 67 4d 00 1f 95 a8 14 01 6e 84 00 00 03 00 04 00 00 03 00 ca 10 00 00 01 68 ee 3c 80 ;MF_MT_FRAME_RATE=107374182401 (25,1);MF_MT_PIXEL_ASPECT_RATIO=4294967297 (1,1);MF_MT_INTERLACE_MODE=2;MF_MT_AM_FORMAT_TYPE=FORMAT_VideoInfo;MF_MT_DEFAULT_STRIDE=4294962176
6432,583C 03:02:04.12192 CMFSinkWriterDetours::BeginWriting @0DF31988 Began writing
6432,5248 03:02:04.12194 CMFStreamSinkDetours::EndGetEvent @1B685020 Met=301 MEStreamSinkStarted, value (empty), 
6432,5248 03:02:04.12197 CMFStreamSinkDetours::EndGetEvent @1B685020 Met=305 MEStreamSinkRequestSample, value (empty), 
6432,3D3C 03:02:04.13523 CMFTransformDetours::ProcessMessage @06060C70 Message type=0x10000003 MFT_MESSAGE_NOTIFY_START_OF_STREAM, param=00000000
6432,3D3C 03:02:04.13529 CMediaObjectDetours::ProcessOutput @06060C88 MediaBuffer @1B56FC38, flags 0x00000001, Time 0ms, Duration 0ms, Size 0B
6432,3D3C 03:02:04.13530 CMFTransformDetours::ProcessOutput @06060C70 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
6432,36C0 03:02:04.14419 CMFTransformDetours::ProcessMessage @06079FB0 Message type=0x10000003 MFT_MESSAGE_NOTIFY_START_OF_STREAM, param=00000000
6432,36C0 03:02:04.14423 CMediaObjectDetours::ProcessOutput @06079FC8 MediaBuffer @0DF31420, flags 0x00000001, Time 0ms, Duration 0ms, Size 0B
6432,36C0 03:02:04.14424 CMFTransformDetours::ProcessOutput @06079FB0 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
6432,AB0 03:02:04.14602 CMFTransformDetours::ProcessMessage @0607AF68 Message type=0x10000003 MFT_MESSAGE_NOTIFY_START_OF_STREAM, param=00000000
6432,AB0 03:02:04.14605 CMediaObjectDetours::ProcessOutput @0607AF80 MediaBuffer @0DF94638, flags 0x00000001, Time 0ms, Duration 0ms, Size 0B
6432,AB0 03:02:04.14605 CMFTransformDetours::ProcessOutput @0607AF68 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
6432,58F8 03:02:04.14952 CMFTransformDetours::ProcessMessage @0F11D078 Message type=0x10000003 MFT_MESSAGE_NOTIFY_START_OF_STREAM, param=00000000
6432,58F8 03:02:04.14955 CMediaObjectDetours::ProcessOutput @0F11D090 MediaBuffer @06067DA8, flags 0x00000001, Time 0ms, Duration 0ms, Size 0B
6432,58F8 03:02:04.14955 CMFTransformDetours::ProcessOutput @0F11D078 failed hr=0xC00D6D72 MF_E_TRANSFORM_NEED_MORE_INPUT
6432,5304 03:02:17.51352 CMFTransformDetours::ProcessMessage @04112FDC Message type=0x00000000 MFT_MESSAGE_COMMAND_FLUSH, param=00000000
6432,3A48 03:02:19.31337 CMFTransformDetours::ProcessMessage @041148B4 Message type=0x00000000 MFT_MESSAGE_COMMAND_FLUSH, param=00000000
           __M_F_T_R_A_C_E___LOG__

Problem in creating AUDIO MFT

$
0
0

Hi ,

I am creating a Audio MFT whose output data is NULL. I created Audio MFT with PCM data as output(specified MFAudioFormat_PCM as output media subtype ) and passing NULL (0)data through it. The problem I am facing in ProcessOutput method of IMFTransform.

I am getting data in ProcessOutput but information of that data is missing like what is the CurrentLength and MaxLength of the data. even sampleduration is always coming as 0 inside ProcessOutput. (m_pSample->GetSampleDuration(&hnsDuration) is giving 0 always)

I specified the parameter inside GetOutputAvailableType function like

BitsPerSample =16. SamplesPerSec =48000, NumChannels =2 , BlockAlign = NumChannels * BitsPerSample / 8; AvgByteperSec= SamplesPerSec * BlockAlign; (If I dont specify these value ProcessOutput does not get called)

In GetOutputStreamInfo i have specified the size as

cbsize = MFGetAttributeUINT32(m_pInputType, MF_MT_AUDIO_BLOCK_ALIGNMENT, 0); which comes around 8192.

Can Anyone please let me know what I am missing here?

My Audio input Subtype is MFAudioFormat_WMAudioV9.

Best Regards,

Sharad

media foundation H264 decoder not working properly

$
0
0

I'm creating an application for video conferencing using media foundation and I'm having an issue decoding the H264 video frames I receive over the network.

The Design

Currently my network source queues a token on every request sample, unless there is an available stored sample. If a sample arrives over the network and no token is available the sample is stored in a linked list. Otherwise it is queued with the MEMediaSample event. I also have the decoder set to low latency.

My Issue

When running the topology using my network source I immediately see the first frame rendered to the screen. I then experience a long pause until a live stream begins to play perfectly. After a few seconds the stream appears to pause but then you notice that it's just looping through the same frame over and over again adding in a live frame every couple of seconds that then disappears immediately and goes back to displaying the old loop.

Why is this happening? I'm by no means an expert in H264 or media foundation for that matter but, I've been trying to fix this issue for weeks with no success. I have no idea where the problem might be. Please help me!

Accessing Stream Descriptor Languages from Media Foundation Sink

$
0
0
How do I access the MF_SD_LANGUAGE given IMFStreamSink?

Windows 7 Vs Windows 8 merging mp4 files

$
0
0

I am really hoping somebody answers my question in this forum finally!!

Here is the issue.

I am trying to merge mp4 files into one.

It works fine in Windows 7 but not in Windows 8.

Let me explain.

I create two mp4 files. They have the exact same parameters as far as audio and video is concerned. So, I simply employ MFCopy style code to read samples from two files and write it to new mp4 file.

The two input mp4 files are encoded using standard media foundation writer mechanism.

This works great in Windows 7.

However, in Windows 8, the merged file is blank after the first input video is done.

So, in windows 8, the merged file plays fine till the part where the first video is. Then it is black. Always. It is consistent.

I then looked at meta data info using mediainfo. The only difference in the files was "ReFrames".

On Win 7, mp4 files have ReFrames -> 1

On Win 8, mp4 files have ReFrames -> 2

To add to the twist, I take all the files encoded in Win 8 (the ones which has ReFrames of 2), put it on win 7 system and merge them and it is _fine_

Can anybody please help me. I have sample project and input files I can share. It really is a consistent bug.

Configuring SinkWriter for h.264 with video and audio streams.

$
0
0
I'm trying to create a file using Media Foundation. I'm able to get what I need for video and configure it properly looking at MFCaptureToFile sample. I'm trying to do the same thing with audio from an audio source (mic or webcam). I set everything up properly and I do get samples, but I'm not clear on how to set up the output configuration for the audio stream. I do not have much experience with audio, so I'm not clear on which attributes I have to set, and which I can just copy from the input. 

Thanks.

How to set metadata like author and title on file created by sinkwriter

$
0
0

I have a windows store app where I use a SinkWriter to write audio and video samples to an mp4 file. I also want to write some metadata like author and title to the file. How do I have to do that?

When creating the SinkWriter I use the MFCreateSinkWriterFromURL function where I pass an IMFAttributes object. Do I have to use this object, and if so, what is the guidKey of author and title?

Thanks in advance!

Ronald


How can i capture TTS audio stream and send it ,then,play it?(SAPI SDK 5.3)

$
0
0
These days ,I am using SAPI SDK 5.3 to develop a client to server application.I have changed the text to speech successfully in local ,but now ,I want to capture the audio stream ,then send it to the server, and the server will send the audio stream to the android client and play it .But the question I am confused about these days is how can I capture the audio stream and write it into a buffer .I don't want to send a wave stream to the server ,I just want to get the audio stream .Maybe setbasestream and getbasestream help ,but I don't know how to use them.

MFT having Two inputs Audio and Video

$
0
0

Hi,

How can I create Two Pin MFT(One Audio and One Video).

Is there any sample available for same?

Please help me out.

Best Regards,

Sharad

MFTEnumEx order list

$
0
0

Hi,

I wrote an MFT which supports h.264 as its input type.

If I play any media file by default it takes Microsoft H.264 decoder.

When I do query using MFTEnumEx function it returns me two MFT, one is microsoft one and second is mine,

Giving preference to Microsoft one. How can I set my MFT as higher preference than Microsoft's MFT one?

Even If I want to change the order of MFTs come in the list returned by MFTEnumEx, how can I do so?

Best Regards,

sharad


IMFSinkWriter: Merit validation failed for MFT (Intel Quick Sync Video H.264 Encoder MFT)

$
0
0

Hi,

We are actually trying the run a simple Reader --> Writer (transcoder, VC1 -> H264) in Media Foundation. 
The source data (VC1) is captured with our own equipment, so no "premium protected content" or similar is used, the goal is to use Intel® Quick Sync Video H.264 Encoder MFT.

Looking in the MediaFoundation trace log we can see that a hardware MFT is enumerated and created BUT it fails.

CoCreateInstance @ Created {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471} Intel® Quick Sync Video H.264 Encoder MFT (c:\Program Files\Intel\Media SDK\mfx_mft_h264ve_w7_32.dll)
MFGetMFTMerit @ Merit validation failed for MFT @06A42CA0 (hr=E_FAIL)

We provide a IDirect3DDeviceManager9 pointer MediaFoundation when creating our source reader + sink writer according to the documentation.
It's rather strange that MF wants to use a protected media path. Are we supposed to pass some encoder params to disable this type of behavior? Any ideas?

Standard monitor with DVI cable is used with Windows 7

best regards,

Carl


How to achieve smooth video looping ?

$
0
0

Hello,

My application must read one video track and several audio tracks, and be able to specify one section of the file and play it in loop.  I have created a setup with Media Foundation, using the sequencer source and creating several topologies with the start and end point of the section I want to loop.  It works, except for the fact that there is a 0.5 to 1 sec time of stabilization of the playback just when it goes back to the starting point.

First, I made it with individual audio files and one video file.  This was quite bad for some files, sometimes all the files were completely out of sync, sometimes the video was frozen for several seconds, then went very fast to catch with the audio.

I had a good improvement using only one file, that includes the video and the multiple audio tracks.  However, for most files, there is still a problem about the smoothness of the transition.

With a poor quality video AVI file, I could make it work smoothly, which would mean that the method I use is correct.  I have noticed that the quality of the loop smoothness is strongly related to the CPU used on a file when simply playing it.

I use the "SetTopology" on the session, using a series of topologies, so normally it should preroll the next one during the playback of the current one, right ?  Or am I missing something there ?

My app works also on Mac, where I have used a similar setup with AVFoundation, and it works fine with the same media files I use on Windows.

What can I do to have the looping work smoothly with better quality video on Windows ?  Is there something to do about it ?  

When I play the media file without looping, I notice that when I preroll it to some point, then when I hit the START button, the media starts instantly and with no glitch.  Could it work better if I was using two independent simple playback setups, start the first, preroll the second, then stop the first and start the second programmatically at the looping point ?

Viewing all 1079 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>