CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    New Codec in DirectX SDK

    Hi there:
    I'm a graduate student majoring in Image Processing and Video Compression in the graduate school. What I want to know is how to display my original video bitstream in Windows Media Player.
    I made a video codec which is not known international standards. so, we didn't use any filter provided by Microsoft such as AVI,MPEG1.
    Our object is that every user can decode and play our bitstream by MS windows media player in real time if they click the encoded bitstream embedded in our web site. So, we must provide our decompressor file which will be equipped in Windows Codecs in Multimedia in Control in Setting tab in Windows 98.
    How can I make our decompressor file which is provide in the executable format and will be equipped in windows codec libraries.
    Thanks a lot for your help...


  2. #2
    Join Date
    May 1999
    Location
    France
    Posts
    61

    Re: New Codec in DirectX SDK

    Hello,

    I have the same probleme, i wrote a compresor and decompressor ( with DCT via FFT and IDCT via IFFT ) for video and in next month for audio, but i don't know how write the codecs for window ( the codec use by mplayer.exe ).

    Have you find a solution ?

    Arnaud Chainard
    At : [email protected]

    Ps : Have you some doc on audio compression ( ex : mp2, mp3, or VQF ) i found a lot of source code but i haven't found doc ( algo, quantisation table .. )

    A++


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured