Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8073767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:26:26+00:00 2026-06-05T14:26:26+00:00

In some of the multimedia framework, we send the spec info such as VC1

  • 0

In some of the multimedia framework, we send the spec info such as VC1 Profile Type (AP/SP/MP) and bit stream format (RCV) as the first frame between WMV parser and WMV decoder. The spec info is for initializing WMV decoder.

I am using the default Media Foundation WMV Source and my own WMV decoder MFT. When I dump the data from the MFT, it only has the video data and no spec info. So, I think that the spec info is set using some other interface.

Can someone give me a litter message about this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T14:26:28+00:00Added an answer on June 5, 2026 at 2:26 pm

    By spec info if you mean VC1 sequence header then look at MF_MT_USER_DATA attribute. When MF Session Manager calls SetOutputType() of your decoder MFT, it supplies MF_MT_USER_DATA as a blob. Following snippet might give you a hint.

    HRESULT SetOutputType(DWORD dwStreamID, IMFMediaType* pmt, DWORD dwFlags)
    {
       ...
    
       BYTE* seqData;
       DWORD seqLength;
       HRESULT hr;
    
       hr = pmt->GetBlobSize(MF_MT_USER_DATA, &seqLength);
       if (SUCCEEDED(hr))
       {
          seqData = (BYTE*) malloc(seqLength);
    
          if (seqData != NULL)
          {
            hr = pmt->GetBlob(MF_MT_USER_DATA, seqLength, &seqLength);
          }
       }
    
       /* Use MF_MT_USER_DATA to do something. */
    
       ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to send some data (NOT MULTIMEDIA) through an SMS message in Android.
Some time iOS developer, first time Mac developer. I'm trying to add a Format
I don't know much about multimedia development and am having some trouble comparing Silverlight
Some background info: I am currently writing a bootloader in protected mode while learning
Some background info: I'm trying to run a server program in python 2.5.1 (the
Some setup background first: I have a cronjob which runs a PHP file called
I'm searching for a rich 2d multimedia framework that's meant to be used with
I am doing Multimedia application using client server interaction, for that i uploaded some
I want to fetch the TCM URI of a multimedia type by passing file
Some sites have many scripts. For example orionhub . In such a case Chrome's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.