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 6996319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:08:27+00:00 2026-05-27T20:08:27+00:00

I’ve searched (Google and forums) and I still can not find an answer to

  • 0

I’ve searched (Google and forums) and I still can not find an answer to this. I got close on this site with this thread,

Custom File Format And Codec?

but that is not directly answering my question.

Basically, I want to create a custom video codec that will act as a DShow filter. I’m not asking about how to go about encoding and decoding the video, I need/want to know how to go about setting up my filter to properly interface with media players (like WMP).

Platform: Windows 7 64-bit

Media Player: Any. If it’s easier to interface a custom codec with a different player, by all means recommend that player.

Language: C++

My understanding is that if I create a DShow filter in the form of a .ax or .dll, I just need to register it with windows using regsvr32, and WMP will then be able to open files using that codec. In which case, I would just use an AVI container to house my codec.

I’ve made VST plugins before for DAWs and there were requirements with respect to the structure of the program. It needed to contain certain functions (with specific names) that the host program (logic, pro tools, etc) would use to process the audio data with. For example, there are the process and processReplacing methods, which are required.

I’ve been trying to find out what the structure is for video codecs so I can interface properly with standard players to no avail.

Any help would be appreciated. Thanks in advance.

  • 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-05-27T20:08:27+00:00Added an answer on May 27, 2026 at 8:08 pm

    In DirectShow you choose new/unique video subtype identifier (which is GUID so you can really get a unique one), you create encoder and decoder filters, you register them properly with DirectShow Intelligent Connect and you are good to go.

    Encoder and decoder filters are COM objects registered to do certain transformation of video data. MSDN describes them in Writing Transform Filters, which assumes though that you are familiar with DirectShow concepts.

    If you want to be able to store your data into AVI container, your subtype identifier is limited to 32-bit ‘four character code’ (FourCC) which is to be converted to subtype GUID using a predefined mapping.

    Thanks to DirectShow’s Intelligent Connect, DriectShow-enabled applications will be able to automatically locate and mount your decoder in order to play data back. WMP uses DirectShow as a second change API when it comes to play a file, so WMP will also be able to accept files which internally use your codec.

    Also, writing a DirectShow filter out of the blue might be a sort of complicated thing. As you are interested in video encoder/decoder fitlers only, you might want to prefer writing a DirectX Media Object (DMO) instead. Standard DMO Wrapper Filter will wrap your DMO into a DirectShow filter. It is definitely easier to write a DMO, including that you can use ATL as COM base.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have this code to decode numeric html entities to the UTF8 equivalent character.

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.