Click to See Complete Forum and Search --> : New Codec in DirectX SDK


wooper96
April 18th, 1999, 03:17 AM
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...

Chainard Arnaud
May 4th, 1999, 03:04 AM
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 : Terrasse.Gaetan@wanadoo.fr

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++