Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

Intalls codec for video or audio

已查看 14 次
跳至第一个未读帖子

Paul

未读,
2006年5月29日 01:14:422006/5/29
收件人
Can anyone show me a sample source (project) write in c++ how to install
codec for video (audio) to system.
I am trying do it but donot know how to start, please share me if you have
sample/ advice.
Thanks for any help.


Alessandro Angeli [MVP::DS/MF]

未读,
2006年5月29日 01:35:102006/5/29
收件人
Paul wrote:

> Can anyone show me a sample source (project) write in c++
> how to install codec for video (audio) to system.

Do you mean the C++ source code of the installer or of the
codec?

What kind of codec: ACM, ICM/VCM, DirectShow filter, DMO,
something else?


--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// a dot angeli at psynet dot net


Paul

未读,
2006年5月29日 04:18:102006/5/29
收件人
Thanks Alexandro,
Yes, i mean the C++ source code. And kind of codec is DirectShow Filter.
Can you share to me ?

"Alessandro Angeli [MVP::DS/MF]" <nob...@nowhere.in.the.net> wrote in
message news:eucdkIug...@TK2MSFTNGP04.phx.gbl...

José Manuel Álvarez

未读,
2006年5月29日 10:27:522006/5/29
收件人
Hi,

Probably you need some dll or maybe the .ax file.
I'm using regsvr32 to register the codecs. Or maybe you could use the .exe
file which comes with the codec.

Use:

sprintf(CommandLine,"/s \"%s%s\"",pbDir,"SrcFilter.ax");
ShellExecute(this->GetSafeHwnd(),"open","regsvr32.exe",(LPCSTR)CommandLine,NULL,0);

where pbDir is the path for the filter.

If you're using some filter which needs a dll the dll should be located in
the same directory as the .ax file.

Note this is not the best way to register the filters. Some of them fail but
the most are working.

Hope this helps.
Jose.


"Paul" <toanph...@yahoo.com> escribió en el mensaje
news:er%23AM7tg...@TK2MSFTNGP05.phx.gbl...

Paul

未读,
2006年5月30日 00:16:132006/5/30
收件人
Thanks José Manuel Álvarez,
Can you share me some dll (or .ax) files for filter. Or can show me links to
get these??? Then i will start my app.
Thanks again....
"José Manuel Álvarez" <jalv...@cvc.uab.es> wrote in message
news:OYNkIwyg...@TK2MSFTNGP05.phx.gbl...
0 个新帖子