Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to create a new codec for Windows Media Player...

How to create a new codec for Windows Media Player...

Scheduled Pinned Locked Moved C / C++ / MFC
javascripttutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JSVachon
    wrote on last edited by
    #1

    I want to create a new codec for windows media player for my own avi file. I have my own fourCC value and I would like WMP to recognize it and run the proper decoder for my file... Any ideas??? Thanks, JS

    A 1 Reply Last reply
    0
    • J JSVachon

      I want to create a new codec for windows media player for my own avi file. I have my own fourCC value and I would like WMP to recognize it and run the proper decoder for my file... Any ideas??? Thanks, JS

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      write a normal directshow filter. Don't try it, just do it! ;-)

      J 1 Reply Last reply
      0
      • A Alexander M

        write a normal directshow filter. Don't try it, just do it! ;-)

        J Offline
        J Offline
        JSVachon
        wrote on last edited by
        #3

        I have a Direct Show filter that I made which enables me to view my video using GraphEdit... In GraphEdit, I can make a filter graph and render the avi... But, how can I make it so Windows Media Player will render my file, without any questions asked?

        M 1 Reply Last reply
        0
        • J JSVachon

          I have a Direct Show filter that I made which enables me to view my video using GraphEdit... In GraphEdit, I can make a filter graph and render the avi... But, how can I make it so Windows Media Player will render my file, without any questions asked?

          M Offline
          M Offline
          Member 421025
          wrote on last edited by
          #4

          I am not expert in this area but this URL might help http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay/mmp\_sdk/playerobject.asp

          J 1 Reply Last reply
          0
          • M Member 421025

            I am not expert in this area but this URL might help http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay/mmp\_sdk/playerobject.asp

            J Offline
            J Offline
            JSVachon
            wrote on last edited by
            #5

            I finally got it to work! I just had to change the merit value of my filter from MERIT_DO_NOT_USE to MERIT_NORMAL so the intelligent connect tries my filter when trying to load the file. Thanks to everybody that tried to help me! JS

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups