Display Video files using vlc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • santel

    Display Video files using vlc

    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?
  • Chris Shepherd

    #2
    Re: Display Video files using vlc

    santel wrote:
    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.

    Comment

    • santel

      #3
      Re: Display Video files using vlc

      Hi, Thanks for the update.

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

      Comment

      • christery@gmail.com

        #4
        Re: Display Video files using vlc

        On 30 Nov, 05:31, santel <santel_hel...@ sify.comwrote:
        Hi, Thanks for the update.
        >
        I couldn't find this file (Videolan.org) anywhere. Where is it?
        try the web: http://www.videolan.org/ instead ;)

        //CY

        Comment

        Working...