The MASM Forum

General => The Campus => Topic started by: TouEnMasm on March 05, 2021, 12:58:26 AM

Title: codecs
Post by: TouEnMasm on March 05, 2021, 12:58:26 AM
Is there somewhere here a sample usings codecs ?
Title: Re: codecs
Post by: daydreamer on March 05, 2021, 05:45:20 AM
this search check this search
https://www.google.com/search?q=masm+codec+site:masm32.com&sa=X&ved=2ahUKEwi6mqP4opfvAhXixIsKHdMkCFIQrQIoBHoECAIQBQ&biw=1396&bih=657 (https://www.google.com/search?q=masm+codec+site:masm32.com&sa=X&ved=2ahUKEwi6mqP4opfvAhXixIsKHdMkCFIQrQIoBHoECAIQBQ&biw=1396&bih=657)
Title: Re: codecs
Post by: LiaoMi on March 05, 2021, 06:27:05 AM
Hi TouEnMasm,

Media Player Classic Source Code
https://github.com/clsid2/mpc-hc/archive/develop.zip


Title: Re: codecs
Post by: jj2007 on March 05, 2021, 07:35:42 AM
Quote from: TouEnMasm on March 05, 2021, 12:58:26 AM
Is there somewhere here a sample usings codecs ?

Everything that deals with audio and video. The point is that you don't usually deal with codecs directly. They are opaque. Windows APIs (and COM) use them, but you don't enter in direct contact with them.
Title: Re: codecs
Post by: TouEnMasm on March 05, 2021, 08:20:00 PM
Thanks at all,
It seems there is enough source of informations here to start with the subject.
Thanks for the "enum codecs",a good introduction.

https://docs.microsoft.com/en-us/windows/win32/medfound/windows-media-codecs (https://docs.microsoft.com/en-us/windows/win32/medfound/windows-media-codecs)