Reputation: 3767
how to install AVI X263 codec with C# . So it possible to play that avi file with windows media player.
Is theere any diffrenet codec that Windows Meidal Player can Play them.
My vide size is 1024 *768 .
Upvotes: 0
Views: 319
Reputation: 1039438
Process.Start(@"c:\install\avix263codec\setup.exe");
Upvotes: 1