GroupDocs.Metadata for .NET makes it easy for .NET developers to edit metadata information to AVI files from within their applications by implementing a few easy steps.
- Load AVI file via an instance of Metadata class.
 - Specify a predicate that will be used to filter desired metadata properties.
 - Pass the predicate and the new value to the UpdateProperties method.
 - Save the changes to disc in AVI format.
 


