In all files converted to divx (avi), tags contain utf-8 charset. But all metadata tags in non latin symbols are corrupted.
Maybe this will help: http://stackoverflow.com/questions/6198744/convert-string-utf-16-to-utf-8-in-c-sharp
Comments: ** Comment from web user: rboy1 **
Maybe this will help: http://stackoverflow.com/questions/6198744/convert-string-utf-16-to-utf-8-in-c-sharp
Comments: ** Comment from web user: rboy1 **
you mean
return Encoding.GetEncoding (1252)
1252 is Latin-1 ASCII