Display Video files using vlc

  • Thread starter Thread starter santel
  • Start date Start date
santel said:
Hi,

I tried to display the video files in C# forms using vlc. By refering
this link http://www.codeproject.com/useritems/LiquidVideo.asp, I
displayed the video files. But it accepts only .mpg files and
not .avi. Anyone please suggest why .avi files are not displayed. Is
it not supported in vlc or I have to do anything else to support .avi?

You probably do not have the right codec package installed for VLC. I
would check Videolan.org (amongst other places) and determine whether
you have the proper codecs for the video file installed.

At any rate, if your plugin will support MPEG but not AVI, it's probably
not a .NET issue.


Chris.
 
Hi, Thanks for the update.

I couldn't find this file (Videolan.org) anywhere. Where is it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top