private static WindowsFormsApplication1.MediaInfo mps = new WindowsFormsApplication1.MediaInfo();
string path = filePath.Substring(0, filePath.LastIndexOf("\\"));
string fileName = filePath.Substring(filePath.LastIndexOf("\\") + 1);
mps.Open(fileName);
string allTime = mps.Get(StreamKind.Video, 0, "Duration/String3");