AVI with .NET

  • Thread starter Thread starter Fernando
  • Start date Start date
F

Fernando

hi,

I can get AVI length and width, and other info, by calling the API avifil32
library.

But is there a .NET solution to check if an AVI audio is with wrong VBR
bitrate ? i.e., if you open Virtualdub it checks automatically the AVI file
and in case of errors it gives this message :

VirtualDub has detected an improper VBR audio encoding in the source AVI
file (audio stream 1)...

How this checking can be done ?
 
Hello Fernando,

I don't think there is anything in the .Net Framework that will help you
doing that.

I guess that it is virtual dub that does internal calculations about the
bitrate.
You might want to have a look a the virtual dub source code to see what it
does exactly, and create an equivalent algorithm in c#.
 
Back
Top