Video Compression Manager, Codecs, compress & decompress AVI

  • Thread starter Thread starter Herbert Wildmeister via .NET 247
  • Start date Start date
H

Herbert Wildmeister via .NET 247

Does anybody know a way to compress and decompress AVI videofiles in C# .NET using all installed video codecs? I've foundthe Video Compression Manager and a class wrapper for C++ but noCLS compliant equivalent. If anybody has a solution that doesthis in .NET please post it. Source and/or sample would begreat. Thanks.
 
Herbert,

Unfortunately, the interfaces for the Video Compression Manager are not
COM interfaces. Because of this, you will have to use unmanaged code to
access the Video Compression Manager. If you want to access it through
managed code, then you will have to create a managed wrapper using Managed
Extensions for C++, or you would have to create a COM component.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

message Does anybody know a way to compress and decompress AVI video files in C#
..NET using all installed video codecs? I've found the Video Compression
Manager and a class wrapper for C++ but no CLS compliant equivalent. If
anybody has a solution that does this in .NET please post it. Source and/or
sample would be great. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top