[Mono-list] C# AVI player

Jonathan Pryor jonpryor at vt.edu
Thu Aug 16 07:12:40 EDT 2007


On Fri, 2007-08-10 at 18:16 +0300, Dragos Cirjan wrote:
> Has anyone tried to create an AVI player withing C#, mono ?

It depends on what you mean.

If you mean C# code to parse the AVI file directly and display its
contents, I know of no such effort.

If you mean C# or Mono code that can be used to play an AVI file, then
you might look into Moonlight, a Silverlight-compatible engine that can
play AVI/MPEG files (currently using ffmpeg) that can read XAML script
and host managed code.

 - Jon




More information about the Mono-list mailing list