Difference between revisions of "Main Page"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by Fcartegnie (talk) to last revision by DoesItReallyMatter)
 
(261 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<div id="mainpage"></div>
+
__NOTOC__ __NOEDITSECTION__
__NOTOC__
+
<!-- Beginning of the banner section -->
<!-- Beginning of header section -->
+
{{Banner
{|style="width:100%;margin-top:+.7em;background-color:#fcfcfc;border:1px solid #ccc"
+
|welcome to=VideoLAN's Wiki
|style="width:56%;color:#000"|
+
|description=The reference documentation and tips on VideoLAN's projects.
{|style="width:280px;border:solid 0px;background:none"
+
<!-- Default Template:Banner links show here -->
|-
+
}}
|style="width:280px;text-align:center;white-space:nowrap;color:#000" |
+
<!-- End of the banner section -->
<div style="font-size:162%;border:none;margin: 0;padding:.1em;color:#000">Welcome to [[Main_Page|Videolan's&nbsp;Wiki]],</div>
+
{|class="center" style="width:95%; vertical-align:top; margin:60px 0 0;"
<div style="top:+0.2em;font-size: 95%">The reference documentation and tips on VideoLAN's projects.</div>
+
|
<div id="articlecount" style="width:100%;text-align:center;font-size:85%;">[[Special:Statistics|{{NUMBEROFARTICLES}}]] articles in English</div>
+
<div style="width:250px;">
 +
[[File:User-group.svg|200px|link=|alt=]]
 +
<h2 style="width:250px; margin:0 auto; border:1px solid #a3bfb1; padding:0.2em 0.4em; color:black; background:#cedff2; font-size:120%; font-weight:bold;">Users</h2>
 +
<div class="plainlist">
 +
* [[Documentation:Documentation|Documentation]]
 +
* [[VSG:Main|VLC Support Guide]]
 +
* [[Knowledge Base]]
 +
* [[Frequently Asked Questions|FAQ]]
 +
* [[Report_Bugs|Report a bug]]
 +
* [[Help VideoLAN|Join the project]]
 +
</div>
 +
</div>
 +
|
 +
<div style="width:250px;">
 +
[[File:Desktop-PC.svg|250px|link=|alt=]]
 +
<h2 style="width:250px; margin:36px auto 0; border:1px solid #a3bfb1; padding:0.2em 0.4em; color:black; background:#cedff2; font-size:120%; font-weight:bold;">Developers</h2>
 +
<div class="plainlist">
 +
* [[:Category:Building|Compile VLC]]
 +
* [[Developers_Corner|Develop on VLC]]
 +
* [[Control VLC instance|Control, Extend VLC]]
 +
* [[libVLC|Use libVLC SDK]]
 +
* [[x264]]
 +
</div>
 +
</div>
 
|}
 
|}
  
== VideoLAN WIKI ==
+
<hr style="margin:20px 10%;">
 +
<!-- end of the middle section -->
  
Welcome to the Wiki site for VideoLAN!
 
  
The purpose of this Wiki is to provide a documentation that does not cover the whole streaming solution, but provides answers to problems that the users frequently have.
+
{|style="vertical-align:top;"
 +
|-
 +
|style="width:49%;"|<div style="margin:6px auto; border:1px solid #a3bfb1; padding:10px; color:black; background-color:MintCream;">
 +
<h2 style="margin:0; border:1px solid #a3bfb1; padding:0.2em 0.4em; color:black; background:#cedff2; font-size:120%; font-weight:bold; text-align:start;">What is VideoLAN?</h2>
 +
'''[[VideoLAN]]''' is a ''[[VideoLAN Team|team]]'' and a ''[[Contribute|community]]'' that develop and support [[open source]] [[:Category:VideoLAN_projects|video projects]].
 +
</div>
 +
|style="width:49%;"|<div style="margin:6px auto; border:1px solid #a3bfb1; padding:10px; color:black; background-color:MintCream;">
 +
<h2 style="margin:0; border:1px solid #a3bfb1; padding:0.2em 0.4em; color:black; background:#cedff2; font-size:120%; font-weight:bold; text-align:start;">What is VLC?</h2>
  
[http://www.videolan.org/ VideoLAN non-wiki website]
+
{{VLC}} {{VLC:latest_version}} is a multimedia player which plays all media formats on all platforms.
 
 
{| cellspacing="3"
 
|- valign="top"
 
|width="55%" class="MainPageBG" style="border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3"|
 
 
 
=== What is VideoLAN ===
 
 
 
VideoLAN is made up of two programs:
 
* [[VLC]], the more common program, plays many types of media files and streamed media. It can create media streams and save media files in different formats and quality than the original file.
 
* [[VLS]] is a streaming server, used for professional streaming solutions. It shares some features with VLC.
 
 
 
===VLC media player===
 
 
 
* Want to know [[How to|how to]] do things with VLC?
 
* Get help with some [[Common Problems]]
 
 
 
Advice for VLC on your platform...
 
* [[VLCMacOSX|Mac OS X]]
 
* [[Windows]]
 
* [[BeOS]]
 
* [[Linux|GNU/Linux]]
 
* [[FreeBSD]]
 
 
 
[http://www.videolan.org/vlc/ Get VLC!]
 
 
 
|width="45%" class="MainPageBG" style="border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff"|
 
 
 
=== [[Documentation:Documentation|Official Documentation]] ===
 
 
 
=== Knowledge Base ===
 
 
 
Our [[Knowledge Base]] has information on
 
* [[Codec]]s
 
* [[Fileformat|Files]]
 
* [[Dictionary]]
 
* [[Knowledge Base|more &raquo;]]
 
 
 
 
 
==== Tips and Tricks ====
 
* You can download extra [[Skins]] for VLC
 
* Add [[Additional Interfaces]] to control VLC in different ways, such as from [[Mouse Gestures|mouse gestures]] or even [[Web_Interface|through the internet]].
 
* [[Uncommon uses|Mad things you can do with VLC]]
 
* Find out [[We Use VideoLAN|who uses VideoLAN]]
 
* View VideoLAN's [[Awards]]
 
  
 +
'''[https://videolan.org/vlc/ Download VLC!]'''
 +
</div>
 
|}
 
|}
  
<div style="margin:3pt;width:100%;border: 1px solid #119900; color: #000; background-color: #ddffdd">
 
  
=== Developers Corner ===
+
<div class="center">
 +
=== Edit the Wiki! ===
 +
This website is a [[wikipedia:Wiki|Wiki]], so please edit it! Please keep content appropriate and useful.
  
VideoLAN is also a development community that you can join.  
+
To modify the contents of this wiki, you need to [[Special:CreateAccount|create an account]], which is very fast.
  
You can help videolan by developing, doing artwork, promoting us, ...
+
'''NOTE:''' This is not the place to [[report bugs]] or to [https://forum.videolan.org request help].
 
 
The [[Developers Corner]] contains various information relative to development: Howtos, work in progress, ...
 
  
 +
''Check out our [[VideoLAN Wiki:Syntax|VideoLAN wiki syntax]] and our [[Sandbox|test page]].''
 
</div>
 
</div>
  
=== Edit the Wiki! ===
+
[[Category:VideoLAN Wiki]]
 
 
Please note that to modify the content of the Wiki, or to submit articles or FAQ questions, you need to be identified. Please create an account, this is very fast.
 
Feel free to add to this site, however, keep content appropriate and useful. This is not the place to report bugs or to request help. [http://www.videolan.org/support/bug-reporting.html See our info on bug reporting].
 
 
 
=== More on... ===
 
 
 
* [[T-Shirt Design Contest]]
 
* [[Channel Information Service]]
 
* [[Notes about other clients]] (Interoperability)
 
* [[VideoLAN in the News]]
 

Latest revision as of 03:33, 21 November 2019



What is VideoLAN?

VideoLAN is a team and a community that develop and support open source video projects.

What is VLC?

VLC media player 3.0.12 is a multimedia player which plays all media formats on all platforms.

Download VLC!


Edit the Wiki!

This website is a Wiki, so please edit it! Please keep content appropriate and useful.

To modify the contents of this wiki, you need to create an account, which is very fast.

NOTE: This is not the place to report bugs or to request help.

Check out our VideoLAN wiki syntax and our test page.