tags:

views:

28

answers:

1

Hi all! how can I do in c# to read and write some tag of an .avi file?? thanks

+1  A: 

Use TagLib# library, it's written entirely in .net and it's LGPLv2

Yakeen
thanks! very useful and interesting.. works with mp3, avi...thanks!
ghiboz