Is there a .NET library for working with ASF files that doesn’t use COM/Interop? I know there is an official spec from Microsoft (http://go.microsoft.com/fwlink/?LinkId=31334).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Shameless plug here – I wrote a .NET ASF parser called AsfMojo that’s out there on codeplex:
Check it out and see if it works for you – the ASF parsing itself is pure .NET code (based on the ASF spec), just for creating still frames for particular time offsets Media SDK/InterOp is used under the hood.