M
Matt
I'm trying to simply convert a .avi file recorded by our program to a
wmv file, of course compressed as possible.
I've looked at the examples provided by microsoft @
http://msdn.microsoft.com/library/d...y/en-us/wmencode/htm/completecodeexamples.asp
in both CSharp and VB6. I can't get them to compile. Some of the
objects listed (namely the IWMEncVideoSource2 object in CSharp and
IWMEncAudioSource and IWMEncSourceGroup2 objects in VB6) don't exist
in the library.
I'm guessing this is because I don't have the right library or
something, but I have the Windows Media Encoder 9 SDK installed and
the reference set to Windows Media Encoder in both projects
(VB6/Csharp).
If these really don't work with Encoder 9, can someone offer an
example how to use the encoder then? I just something quick, not
setting a lot of options, not doing anything special, just trying to
save space by compressing the .avi files with the encoder.
Thanks much for whatever help you can offer.
wmv file, of course compressed as possible.
I've looked at the examples provided by microsoft @
http://msdn.microsoft.com/library/d...y/en-us/wmencode/htm/completecodeexamples.asp
in both CSharp and VB6. I can't get them to compile. Some of the
objects listed (namely the IWMEncVideoSource2 object in CSharp and
IWMEncAudioSource and IWMEncSourceGroup2 objects in VB6) don't exist
in the library.
I'm guessing this is because I don't have the right library or
something, but I have the Windows Media Encoder 9 SDK installed and
the reference set to Windows Media Encoder in both projects
(VB6/Csharp).
If these really don't work with Encoder 9, can someone offer an
example how to use the encoder then? I just something quick, not
setting a lot of options, not doing anything special, just trying to
save space by compressing the .avi files with the encoder.
Thanks much for whatever help you can offer.