[www-doc] [Git][VideoLAN.org/websites][master] 2 commits: Update support faq to responsive design

Marvin Scholz gitlab at videolan.org
Thu Jul 7 20:09:42 CEST 2016


Marvin Scholz pushed to branch master at VideoLAN organization / websites


Commits:
48a114b3 by Marvin Scholz at 2016-07-07T19:19:53+02:00
Update support faq to responsive design

This enables the responsive design for the FAQ page
and removes the unnecessary php function that was
used as a shortcut for the list.
IMHO it makes the HTML more readable without it and does not
save so much space that it would be worth it.

- - - - -
2f6a1def by Marvin Scholz at 2016-07-07T20:08:42+02:00
Update FAQ to responsive design and cleanup markup

- - - - -


2 changed files:

- www.videolan.org/support/faq.php
- www.videolan.org/support/lists.php


Changes:

=====================================
www.videolan.org/support/faq.php
=====================================
--- a/www.videolan.org/support/faq.php
+++ b/www.videolan.org/support/faq.php
@@ -3,250 +3,294 @@
    $lang = 'en';
    $menu = array( "support", "faq" );
    $body_color = "green";
+   $new_design = true;
    require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
 ?>
 
-<div id="left">
-
-<h1>FAQ</h1>
-<p>Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU General Public License
-as published by the Free Software Foundation;
-either version 2 of the License, or (at your option) any later version.
-The text of the license can be found on
-<a href="http://www.gnu.org/copyleft/gpl.html">the GNU website</a>.
-</p>
-
-</div>
-
-<h1>Contents</h1>
-</br>
-<ul>
-<li><a href="#VideoLAN"><span>1</span> <span>VideoLAN</span></a>
-<ul class="bullets">
-<li><a href="#WhatIs"><span>1.1</span> <span>What is VideoLAN? What is the VideoLAN Team?</span></a></li>
-<li><a href="#LegalStructure"><span>1.2</span> <span>What is the legal structure of VideoLAN?</span></a></li>
-<li><a href="#Differences"><span>1.3</span> <span>What are the differences between VLC, VLC media player, VideoLAN Client, VideoLAN Server and VideoLAN?</span></a>
-<li><a href="#Contribute"><span >1.4</span> <span>How can I contribute to VideoLAN?</span></a></li>	
-<li><a href="#Mailinglist"><span >1.5</span> <span>Why are your mailing-lists and your website in english?</span></a></li>	
-<li><a href="#What"><span >1.6</span> <span>What should I do if I can't find an answer to my question here?</span></a></li>	
-</ul>
-</li>
-<li><a href="#MediaPlayer"><span>2</span> <span>VLC Media Player</span></a>
-<ul class="bullets">
-<li><a href="#DVDS"><span>2.1</span> <span>Does VLC support DVDs from all regions?</span></a></li>
-<li><a href="#Config"><span>2.2</span> <span>Where does VLC store its config file?</span></a></li>
-<li><a href="#StrangeBehaviour"><span>2.3</span> <span>VLC has a strange behavior...</span></a>
-<li><a href="#TooDark"><span >2.4</span> <span>Videos are too dark</span></a></li>	
-<li><a href="#CannotDVD"><span >2.5</span> <span>I cannot read DVDs!</span></a></li>	
-<li><a href="#Choppy"><span >2.6</span> <span>Video is choppy</span></a></li>	
-<li><a href="#OutOfSync"><span >2.7</span> <span>Audio and video are out of sync</span></a></li>
-<li><a href="#Crash"><span >2.8</span> <span>VLC crashes</span></a></li>
-<li><a href="#Screenshot"><span >2.9</span> <span>How can I take screenshots?</span></a></li>
-<li><a href="#WhereScreenshots"><span >2.10</span> <span>Where are my screenshots?</span></a></li>
-<li><a href="#DoesntWork"><span >2.11</span> <span>My file doesn't seem to work!</span></a></li>
-<li><a href="#Subtitles"><span >2.12</span> <span>VLC doesn't display all subtitles</span></a></li>
-</ul>
-</li>
-<li><a href="#Support"><span>3</span> <span>Support And Feature Requests</span></a>
-<ul class="bullets">
-<li><a href="#Banned"><span >3.1</span> <span>Why am I permanently banned from the forum?</span></a></li>
-<li><a href="#WindowsPhone"><span >3.2</span> <span>Will VLC be available on Windows Phone?</span></a></li>
-<li><a href="#ChromeCast"><span >3.3</span> <span>When will VLC be able to stream to Chromecast?</span></a></li>
-</ul>
-</li>
-</ul>
-
-<h1><span id="VideoLAN">VideoLAN</h1>
-
-<h2><span id="WhatIs">What is VideoLAN? What is the VideoLAN Team?</h2>
-
-<p>VideoLAN is a <a href="../videolan">non-profit organization</a>, that produces and distributes
-free and open source software for video and multimedia purpose,
-released under Open Source licenses.</p>
-
-<p>It started as a student project at the French École Centrale Paris
-but is now a worldwide project with developers from everywhere
-and dozens of millions of people using VideoLAN's software.</p>
-
-<h2<span id="LegalStructure">>What is the legal structure of VideoLAN?</h2>
-<p>VideoLAN is a French non-profit organization.<br />
-VideoLAN has its own bank account and is fully responsible of this website.</p>
-
-<h2><span id="Differences">What are the differences between VLC, VLC media player, VideoLAN Client, VideoLAN Server and VideoLAN?</h2>
-<p><b>VLC</b> is the official name of VideoLAN's main product, often named VLC.
-VideoLAN Client is an ancient name of this product.</p>
-
-<p>VideoLAN Server is another product of VideoLAN, but is discontinued since a long time.</p>
-
-<p>VideoLAN is <strong>not</strong> a software, see 1.1 of this FAQ.</p>
-
-<h2><span id="Contribute">How can I contribute to VideoLAN?</h2>
-<p>You might either contribute time, material, or money. You <strong>don't need</strong> to be a programmer to help us.
-We are also always needing some translators and designers.<br />
-You will find all information you need on the
-<a href="/contribute.html">contribution page</a>.</p>
-
-<h2><span id="Mailinglist">Why are your mailing-lists and your website in english?</h2>
-<p>VideoLAN's developers come from all around the world and english is the only language they can use to communicate together.
- Although great care is given to the translation of VLC in various languages, maintaining translations of our website costs too much more time than we can afford.</p>
-
-<h2><span id="What">What should I do if I can't find an answer to my question here?</h2>
-<p>Read the other section of the <a href="/support/">Support center</a> </p>
-
-
-<h1><span id="MediaPlayer">VLC media player</h1>
-
-<h2><span id="DVDS">Does VLC support DVDs from all regions?</h2>
-<p>This mostly depends on your DVD drive.
-Testing it is usually the quickest way to find out.
-The problem is that a lot of newer drives are RPC2 drives these days.
-Some of these drives don't allow raw access to the drive untill the drive firmware has done a regioncheck.
-VLC uses <strong>libdvdcss</strong> and it needs raw access to the DVD drive to crack the encryption key.
-So with those drives it is impossible to circumvent the region protection.
-(This goes for all software. You will need to flash your drives firmware, but sometimes there is no alternate firmware available for your drive).
-On other RPC2 drives that <strong>do</strong> allow raw access,
-it might take VLC a <strong>long</strong> time to crack the key.
-So just pop the disc in your drive and try it out, while you get a coffee.
-RPC1 drives should 'always' work regardless of the regioncode.
-</p>
-
-<h2><span id="Config">Where does VLC store its config file?</h2>
-<p>Currently, a config file is created on a per user basis (there is no global configuration file).
-If you modify the available options in VLC and save the new configuration,
-then a configuration file will be created in your user directory.
-The precise location of this file depends on the Operating System you are running:
-</p>
-<ul>
-<li>Linux / Unix: <code>$(HOME)/.config/vlc/vlcrc</code> (v0.9.0 and above), <code>$(HOME)/.vlc/vlcrc</code> (v0.8 and older)</li>
-<li>Mac OS X: <code>HOME/Library/Preferences/org.videolan.vlc</code> <code>HOME/Library/Preferences/VLC</code> (v0.9 and older)</li>
-<li>Windows 95/98/ME: <code>C:\Windows\Application Data\vlc\vlcrc</code></li>
-<li>Windows 2000/XP: <code>C:\Documents and Settings\%username%\Application Data\vlc\vlcrc</code></li>
-<li>Windows Vista/7: <code>C:\Users\%username%\Application Data\vlc\vlcrc</code></li>
-<li>BeOS: <code>config/settings/vlcrc</code></li>
-</ul>
-
-<h2><span id="StrangeBehaviour">VLC has a strange behavior...</h2>
-<p> Please consider the <a href="https://wiki.videolan.org/Reset_Settings/">Reset preferences</a> section in our Wiki for a variety of possible solutions.<br />
-</p>
-
-<h2><span id="TooDark">Videos are too dark</h2>
-<p>Often this is caused by video hardware overlay problems:
-</p>
-<ul>
-<li>If it is only one video then use the "Settings" menu, option "Extended GUI"
-and try to increase the Gamma value in the "Video" tab.</li>
-<li>Check your video card settings and turn off hardware video overlay.
-If the videos now play with proper lighting, then deinstalling and reinstalling the video drivers might help.</li>
-</ul>
-
-<h2><span id="CannotDVD">I cannot read DVDs!</h2>
-<p>Here are a few things to check:</p>
-<ul>
-<li>If you are on Linux/Unix, did you install the '''''libdvdcss''''' package?</li>
-<li>Do you have write access to your DVD device? For instance, from the console:
-<pre># chmod 666 /dev/dvd</pre>
-where <code>/dev/dvd</code> is the device corresponding to your DVD drive. 
-</li>
-</ul>
-
-<h2><span id="Choppy">Video is choppy</h2>
-<p>Your system might be too slow to decode all pictures. It might be that your CPU basically is not fast enough. It can also be that the subsystem is misconfigured/misdriven, this happens for example under Redhat Linux. Here are some elements to improve speed:</p>
-<ul>
-<li>Turn on DMA on your DVD device, for instance:
-<ul>
-<li>Under Linux:
-<pre># hdparm -d1 /dev/dvd</pre></li>
-<li>Under Windows, go to the <cite>System</cite> section of the control panel, and go to the <cite>Hardware manager</cite> (it is sometimes in a separate tab, and sometimes, you have to go to the <cite>Advanced</cite> tab. Then, righ-click on your DVD player, and check the <cite>DMA</cite> checkbox.</li>
-</ul>
-</li>
-<li>Upgrade to the latest driver for your video board.<br />
-If you are running Linux, you can additionnaly upgrade to the latest X.Org version.
-If supported, check that the xvideo plug-in is effectively used with:
-<pre>% vlc -vv</pre></li>
-<li>Stop other running applications...</li>
-<li>Try disabling framedropping. Framedropping allows VLC not to decode some pictures when the CPU is overloaded, but can result in choppier playback under certain conditions.</li>
-</ul>
-
-<p>Framedropping behaviour can be configured in the Video preferences of VLC.</p>
-
-<h2><span id="OutOfSync">Audio and video are out of sync</h2>
-<p>Try using another audio output plugin and, under Unix, kill <code>esd</code>, <code>artsd</code> or <code>pulseaudio</code> if they are running.
-If the problem is due to the input file, have a look at the "Audio desynchronisation compensation" option.
-</p>
-<div style="background-color:#ffcd9b; border:1px solid #ff8040; padding: 10px; margin: 20px">
-<div style="font-size: 125%"><strong>Oops, there is an information missing:</strong></div>
-
-<div style="margin: 10px; margin-left: 30px; margin-right: 30px; padding-left: 10px; border: 1px dotted black; border-left: 3px solid gray">
-<p>Audio desynchronisation compensation is limited by the cache size depending to the selected access module. This can be altered in the configuration panel.
-</p>
-</div>
-Please, for the clueless people arguing that it doesn't work, include the information mentioned in the <cite>second post</cite> of <a href="http://forum.videolan.org/viewtopic.php?f=12&t=19456&p=61156&hilit=desync#p61156">this thread</a> in The VideoLAN Forums exhaustingly, as by my nearly ever-lasting research on the same issue there are a lot of locations here and there where it isn't being mentioned unfortunately. Best if it was mentioned in the tooltip as well.
-
-<span style="font-size: x-small">Please do put this tag into the appropiate location or remove it once it is a documented feature inside the software, agreed?</span></div>
-
-<h2><span id="Crash">VLC crashes</h2>
-<p>Increase the verbosity level (either in the preferences or with a <code>-vv</code> command line option) and look at the debug messages (in the terminal or in the Messages window).</p>
-
-<p>If you are convinced that it is a bug in VLC, have a look at the <a href="https://wiki.videolan.org/Report_bugs">bug reporting page</a>.</p>
-
-<h2><span id="Screenshot">How can I take screenshots?</h2>
-<p>To take a snapshot of the video displayed by VLC, you just need to press the pre-defined snapshot hotkey:</p>
-<ul>
-<li>Windows / Linux / Unix: <strong>Ctrl+Alt+S</strong></li>
-<li>Mac OS X: <strong>Command+Alt+s</strong></li>
-</ul>
-
-<p>To change it, go to <em>Preferences -> Interface -> Hotkeys settings</em>, check <em>Advanced options</em>, and set <strong>Take video snapshot</strong>.
-</p>
-<p>You can also take a snaphot via the menu <em>Video -> Snapshot</em>.
-</p>
-<p>To change the snapshot format or directory, go to <em>Preferences -> Video</em>.
-</p>
-
-<h2><span id="WhereScreenshots">Where are my screenshots?</h2>
-<p>If you haven't changed the snapshot directory in your preferences, your screenshots should go to:</p>
-<ul>
-<li>Windows: <code>My Documents\My Pictures\</code></li>
-<li>Linux / Unix: <code>$(HOME)/.vlc/</code></li>
-<li>Mac OS X: <code>Pictures</code></li>
-</ul>
-<p>To change it, go to <em>Preferences -> Video -> Video snapshot directory</em>.
-</p>
-
-<h2><span id="DoesntWork">My file doesn't seem to work!</h2>
-<p>Are you sure VLC supports the file? Try checking the <a href="http://www.videolan.org/vlc/features.html">features page</a>. If it supported and you compiled VLC yourself, check if you have downloaded and installed all the codecs correctly. If it is not supported, then you are out of luck for now.</p>
-
-<h2><span id="Subtitles">VLC doesn't display all subtitles</h2>
-<p>If VLC has autodetected your subtitles file, or if you opened it manually, but VLC only diplays some subtitles from time to time, you will need to change the subtitles file encoding.</p>
-
-<p>Go to <em>Preferences -> Input / Codecs -> Other codecs -> Subtitles</em>, and set <em>Subtitle text encoding</em> to the right one.
-</p>
-<p>See this reference: <a href="http://alis.isoc.org/codage/iso8859/jeuxiso.en.htm">ISO Standard for various characters sets</a>.
-</p>
-
-<p>Go to <em>Preferences -> Video -> Output modules</em>, and set <em>Video output module</em> to something different, like <em>DirectX video output</em>. Be sure you have advanced options enabled to be able to access this option.
-Also, you might need to disable the "YUV -> RGB" checkbox in <em>DirectX</em> section of <em>Preferences -> Video -> Output modules</em>.
-</p>
-
-<h1><span id="Support">Support and feature requests</h1>
-
-<h2><span id="Banned">Why am I permanently banned from the forum?</h2>
-
-<p>Probably your IP address was banned, but it is not necessarily your fault.<br />
-- If you are at home, your dynamic IP was probably previously abused by a spammer.<br />
-- If you are at work/school, other users on your network may have caused the blacklisting.<br />
-Try to go through the list of blacklists presented to you on https://forum.videolan.org/403.html and remove yourself, if you are listed.
-Finally, don't forget to ensure that your computer and web browser are free of trojans/malware, and failing everything wait for a new dynamic IP.<p>
-
-<h2><span id="WindowsPhone">Will VLC be available on Windows Phone?</h2>
-
-<p>We're currently working on it. Since development for Windows Phone is harder in comparison to other mobile platforms, we can't estimate the time needed to release a version for Windows Phone. 
-The latest updates can be received by following us on twitter or subscribing to our RSS feed.</p>
-
-<h2><span id="ChromeCast">When will VLC be able to stream to Chromecast?</h2>
-
-<p>We're currently working on it but can't give a release date. </p>
-
+<div class="container">
+	<h1 class="bigtitle">FAQ</h1>
+	<p>
+		Permission is granted to copy, distribute and/or modify this document
+		under the terms of the GNU General Public License
+		as published by the Free Software Foundation;
+		either version 2 of the License, or (at your option) any later version.
+		The text of the license can be found on
+		<a href="http://www.gnu.org/copyleft/gpl.html">the GNU website</a>.
+	</p>
+
+	<h1>Contents</h1>
+	<ol>
+		<li><a href="#VideoLAN"><span>1</span> <span>VideoLAN</span></a>
+			<ul class="bullets">
+				<li><a href="#WhatIs"><span>1.1</span> <span>What is VideoLAN? What is the VideoLAN Team?</span></a></li>
+				<li><a href="#LegalStructure"><span>1.2</span> <span>What is the legal structure of VideoLAN?</span></a></li>
+				<li><a href="#Differences"><span>1.3</span> <span>What are the differences between VLC, VLC media player, VideoLAN Client, VideoLAN Server and VideoLAN?</span></a>
+				<li><a href="#Contribute"><span >1.4</span> <span>How can I contribute to VideoLAN?</span></a></li>	
+				<li><a href="#Mailinglist"><span >1.5</span> <span>Why are your mailing-lists and your website in english?</span></a></li>	
+				<li><a href="#What"><span >1.6</span> <span>What should I do if I can't find an answer to my question here?</span></a></li>	
+			</ul>
+		</li>
+		<li><a href="#MediaPlayer"><span>2</span> <span>VLC Media Player</span></a>
+			<ul class="bullets">
+				<li><a href="#DVDS"><span>2.1</span> <span>Does VLC support DVDs from all regions?</span></a></li>
+				<li><a href="#Config"><span>2.2</span> <span>Where does VLC store its config file?</span></a></li>
+				<li><a href="#StrangeBehaviour"><span>2.3</span> <span>VLC has a strange behavior...</span></a>
+				<li><a href="#TooDark"><span >2.4</span> <span>Videos are too dark</span></a></li>	
+				<li><a href="#CannotDVD"><span >2.5</span> <span>I cannot read DVDs!</span></a></li>	
+				<li><a href="#Choppy"><span >2.6</span> <span>Video is choppy</span></a></li>	
+				<li><a href="#OutOfSync"><span >2.7</span> <span>Audio and video are out of sync</span></a></li>
+				<li><a href="#Crash"><span >2.8</span> <span>VLC crashes</span></a></li>
+				<li><a href="#Screenshot"><span >2.9</span> <span>How can I take screenshots?</span></a></li>
+				<li><a href="#WhereScreenshots"><span >2.10</span> <span>Where are my screenshots?</span></a></li>
+				<li><a href="#DoesntWork"><span >2.11</span> <span>My file doesn't seem to work!</span></a></li>
+				<li><a href="#Subtitles"><span >2.12</span> <span>VLC doesn't display all subtitles</span></a></li>
+			</ul>
+		</li>
+		<li><a href="#Support"><span>3</span> <span>Support And Feature Requests</span></a>
+			<ul class="bullets">
+				<li><a href="#Banned"><span >3.1</span> <span>Why am I permanently banned from the forum?</span></a></li>
+				<li><a href="#WindowsPhone"><span >3.2</span> <span>Will VLC be available on Windows Phone?</span></a></li>
+				<li><a href="#ChromeCast"><span >3.3</span> <span>When will VLC be able to stream to Chromecast?</span></a></li>
+			</ul>
+		</li>
+	</ol>
+
+	<h1 id="VideoLAN">VideoLAN</h1>
+
+	<h2 id="WhatIs">What is VideoLAN? What is the VideoLAN Team?</h2>
+	<p>
+		VideoLAN is a <a href="../videolan">non-profit organization</a>, that produces and distributes
+		free and open source software for video and multimedia purpose,
+		released under Open Source licenses.
+	</p>
+
+	<p>
+		It started as a student project at the French École Centrale Paris
+		but is now a worldwide project with developers from everywhere
+		and dozens of millions of people using VideoLAN's software.
+	</p>
+
+	<h2 id="LegalStructure">What is the legal structure of VideoLAN?</h2>
+	<p>VideoLAN is a French non-profit organization.<p>
+	<p>VideoLAN has its own bank account and is fully responsible of this website.</p>
+
+	<h2 id="Differences">What are the differences between VLC, VLC media player, VideoLAN Client, VideoLAN Server and VideoLAN?</h2>
+	<p>
+		<strong>VLC</strong> is the official name of VideoLAN's main product, often named VLC.
+		VideoLAN Client is an ancient name of this product.
+	</p>
+
+	<p>VideoLAN Server is another product of VideoLAN, but is discontinued since a long time.</p>
+
+	<p>VideoLAN is <strong>not</strong> a software, see 1.1 of this FAQ.</p>
+
+	<h2 id="Contribute">How can I contribute to VideoLAN?</h2>
+	<p>
+		You might either contribute time, material, or money. You <strong>don't need</strong> to be a
+		programmer to help us. We are also always needing some translators and designers.
+	</p>
+	<p>
+		You will find all information you need on the
+		<a href="/contribute.html">contribution page</a>.
+	</p>
+
+	<h2 id="Mailinglist">Why are your mailing-lists and your website in english?</h2>
+	<p>
+		VideoLAN's developers come from all around the world and english is the only language they can use to communicate together.
+		Although great care is given to the translation of VLC in various languages, maintaining translations of our website costs too much more time than we can afford.
+	</p>
+
+	<h2 id="What">What should I do if I can't find an answer to my question here?</h2>
+	<p>Read the other section of the <a href="/support/">Support center</a></p>
+
+
+	<h1 id="MediaPlayer">VLC media player</h1>
+
+	<h2 id="DVDS">Does VLC support DVDs from all regions?</h2>
+	<p>
+		This mostly depends on your DVD drive.<br />
+		Testing it is usually the quickest way to find out.
+		The problem is that a lot of newer drives are RPC2 drives these days.
+		Some of these drives don't allow raw access to the drive untill the drive firmware has done a regioncheck.
+		VLC uses <strong>libdvdcss</strong> and it needs raw access to the DVD drive to crack the encryption key.
+		So with those drives it is impossible to circumvent the region protection.
+		(This goes for all software. You will need to flash your drives firmware, but sometimes there is no alternate firmware available for your drive).
+		On other RPC2 drives that <strong>do</strong> allow raw access,
+		it might take VLC a <strong>long</strong> time to crack the key.
+		So just pop the disc in your drive and try it out, while you get a coffee.
+		RPC1 drives should 'always' work regardless of the regioncode.
+	</p>
+
+	<h2 id="Config">Where does VLC store its config file?</h2>
+	<p>
+		Currently, a config file is created on a per user basis (there is no global configuration file).
+		If you modify the available options in VLC and save the new configuration,
+		then a configuration file will be created in your user directory.
+		The precise location of this file depends on the Operating System you are running:
+	</p>
+
+	<ul class="bullets">
+		<li>Linux/Unix:
+			<ul class="bullets">
+				<li><code>$(HOME)/.config/vlc/vlcrc</code> (v0.9.0 and above)</li>
+				<li><code>$(HOME)/.vlc/vlcrc</code> (v0.8 and older)</li>
+			</ul>
+		</li>
+		<li>macOS:
+			<ul class="bullets">
+				<li><code>HOME/Library/Preferences/org.videolan.vlc</code></li>
+				<li><code>HOME/Library/Preferences/VLC</code> (v0.9 and older)</li>
+			</ul>
+		</li>
+		<li>Windows:
+			<ul class="bullets">
+				<li>95/98/ME: <code>C:\Windows\Application Data\vlc\vlcrc</code></li>
+				<li>2000/XP: <code>C:\Documents and Settings\%username%\Application Data\vlc\vlcrc</code></li>
+				<li>Vista/7: <code>C:\Users\%username%\Application Data\vlc\vlcrc</code></li>
+			</ul>
+		</li>
+		<li>BeOS: <code>config/settings/vlcrc</code></li>
+	</ul>
+
+	<h2 id="StrangeBehaviour">VLC has a strange behavior...</h2>
+	<p>
+		Please consider the <a href="https://wiki.videolan.org/Reset_Settings/">Reset preferences</a> section in our
+		Wiki for a variety of possible solutions.
+	</p>
+
+	<h2 id="TooDark">Videos are too dark</h2>
+	<p>Often this is caused by video hardware overlay problems:</p>
+	<ul class="bullets">
+		<li>If it is only one video then use the “Settings” menu, option “Extended GUI”
+		and try to increase the Gamma value in the “Video” tab.</li>
+		<li>Check your video card settings and turn off hardware video overlay.
+		If the videos now play with proper lighting, then deinstalling and reinstalling the video drivers might help.</li>
+	</ul>
+
+	<h2 id="CannotDVD">I cannot read DVDs!</h2>
+	<p>Here are a few things to check:</p>
+	<ul class="bullets">
+		<li>If you are on Linux/Unix, did you install the <code>libdvdcss</code> package?</li>
+		<li>Do you have write access to your DVD device? For instance, from the console:
+			<pre># chmod 666 /dev/dvd</pre>
+			where <code>/dev/dvd</code> is the device corresponding to your DVD drive.
+		</li>
+	</ul>
+
+	<h2 id="Choppy">Video is choppy</h2>
+	<p>Your system might be too slow to decode all pictures. It might be that your CPU basically is not fast enough. It can also be that the subsystem is misconfigured/misdriven, this happens for example under Redhat Linux. Here are some elements to improve speed:</p>
+	<ul class="bullets">
+		<li>Turn on DMA on your DVD device, for instance:
+			<ul class="bullets">
+				<li>Under Linux:
+					<pre># hdparm -d1 /dev/dvd</pre>
+				</li>
+				<li>Under Windows, go to the <i>System</i> section of the control panel, and go to the <i>Hardware manager</i> (it is sometimes in a 		separate tab, and sometimes, you have to go to the <i>Advanced</i> tab. Then, righ-click on your DVD player, and check the <i>DMA</i>
+					checkbox.
+				</li>
+			</ul>
+		</li>
+		<li>Upgrade to the latest driver for your video board.<br />
+			If you are running Linux, you can additionnaly upgrade to the latest X.Org version.
+			If supported, check that the xvideo plug-in is effectively used with:
+			<pre>% vlc -vv</pre>
+		</li>
+		<li>Stop other running applications...</li>
+		<li>Try disabling framedropping. Framedropping allows VLC not to decode some pictures when the CPU is overloaded, but
+			can result in choppier playback under certain conditions.<br />
+			Framedropping behaviour can be configured in the Video preferences of VLC.
+		</li>
+	</ul>
+
+	<h2 id="OutOfSync">Audio and video are out of sync</h2>
+	<p>
+		Try using another audio output plugin and, under Unix, kill <code>esd</code>, <code>artsd</code> or <code>pulseaudio</code> if they are running.
+		If the problem is due to the input file, have a look at the "Audio desynchronisation compensation" option.
+	</p>
+
+	<div style="background-color:#ffcd9b; border:1px solid #ff8040; padding: 10px; margin: 20px">
+		<div style="font-size: 125%"><strong>Oops, there is an information missing:</strong></div>
+
+		<div style="margin: 10px; margin-left: 30px; margin-right: 30px; padding-left: 10px; border: 1px dotted black; border-left: 3px solid gray">
+			<p>
+				Audio desynchronisation compensation is limited by the cache size depending to the selected access module. This can be altered in the configuration panel.
+			</p>
+		</div>
+		Please, for the clueless people arguing that it doesn't work, include the information mentioned in the <cite>second post</cite> of <a href="http://forum.videolan.org/viewtopic.php?f=12&t=19456&p=61156&hilit=desync#p61156">this thread</a> in The VideoLAN Forums exhaustingly, as by my nearly ever-lasting research on the same issue there are a lot of locations here and there where it isn't being mentioned unfortunately. Best if it was mentioned in the tooltip as well.
+		<span style="font-size: x-small">Please do put this tag into the appropiate location or remove it once it is a documented feature inside the software, agreed?</span>
+	</div>
+
+	<h2 id="Crash">VLC crashes</h2>
+	<p>
+		Increase the verbosity level (either in the preferences or with a <code>-vv</code> command line option) and look at the debug messages (in the terminal or in the Messages window).
+	</p>
+
+	<p>If you are convinced that it is a bug in VLC, have a look at the <a href="https://wiki.videolan.org/Report_bugs">bug reporting page</a>.</p>
+
+	<h2 id="Screenshot">How can I take screenshots?</h2>
+	<p>To take a snapshot of the video displayed by VLC, you just need to press the pre-defined snapshot hotkey:</p>
+	<ul class="bullets">
+		<li>Windows/Linux/Unix: <kbd><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>S</kbd></kbd></li>
+		<li>Mac OS X: <kbd><kbd>Command</kbd> + <kbd>Alt</kbd> + <kbd>S</kbd></kbd></li>
+	</ul>
+
+	<p>
+		To change it, go to <i>Preferences</i> → <i>Interface</i> → <i>Hotkeys settings</i>, check <i>Advanced options</i>, and set <strong>Take video snapshot</strong>.
+	</p>
+	<p>You can also take a snaphot via the menu <i>Video</i> → <i>Snapshot</i>.</p>
+	<p>To change the snapshot format or directory, go to <i>Preferences</i> → <i>Video</i>.</p>
+
+	<h2 id="WhereScreenshots">Where are my screenshots?</h2>
+	<p>If you haven't changed the snapshot directory in your preferences, your screenshots should go to:</p>
+	<ul class="bullets">
+		<li>Windows: <code>My Documents\My Pictures\</code></li>
+		<li>Linux/Unix: <code>$(HOME)/.vlc/</code></li>
+		<li>macOS: <code>Pictures</code></li>
+	</ul>
+	<p>To change it, go to <i>Preferences</i> → <i>Video</i> → <i>Video snapshot directory</i>.</p>
+
+	<h2 id="DoesntWork">My file doesn't seem to work!</h2>
+	<p>
+		Are you sure VLC supports the file? Try checking the <a href="http://www.videolan.org/vlc/features.html">features page</a>. If it supported and you compiled VLC yourself, check if you have downloaded and installed all the codecs correctly. If it is not supported, then you are out of luck for now.
+	</p>
+
+	<h2 id="Subtitles">VLC doesn't display all subtitles</h2>
+	<p>
+		If VLC has autodetected your subtitles file, or if you opened it manually, but VLC only diplays some subtitles from time to time, you will need to change the subtitles file encoding.
+	</p>
+
+	<p>
+		Go to <i>Preferences</i> → <i>Input / Codecs</i> → <i>Other codecs</i> → <i>Subtitles</i>, and set <i>Subtitle text encoding</i> to the right one.
+	</p>
+	<p>See this reference: <a href="http://alis.isoc.org/codage/iso8859/jeuxiso.en.htm">ISO Standard for various characters sets</a>.</p>
+
+	<p>
+		Go to <i>Preferences</i> → <i>Video</i> → <i>Output modules</i>, and set <i>Video output module</i> to something different, like <i>DirectX video output</i>. Be sure you have advanced options enabled to be able to access this option.<br />
+		Also, you might need to disable the "YUV -> RGB" checkbox in <i>DirectX</i> section of <i>Preferences</i> → <i>Video</i> →  <i>Output modules</i>.
+	</p>
+
+	<h1 id="Support">Support and feature requests</h1>
+
+	<h2 id="Banned">Why am I permanently banned from the forum?</h2>
+
+	<p>Probably your IP address was banned, but it is not necessarily your fault.
+		<ul class="bullets">
+			<li>If you are at home, your dynamic IP was probably previously abused by a spammer.</li>
+			<li>If you are at work/school, other users on your network may have caused the blacklisting.</li>
+		</ul>
+		Try to go through the list of blacklists presented to you on <a href="https://forum.videolan.org/403.html">https://forum.videolan.org/403.html</a> and remove yourself, if you are listed.
+		Finally, don't forget to ensure that your computer and web browser are free of trojans/malware, and failing everything wait for a new dynamic IP.
+	<p>
+
+	<h2 id="WindowsPhone">Will VLC be available on Windows Phone?</h2>
+
+	<p>
+		We're currently working on it. Since development for Windows Phone is harder in comparison to other mobile platforms, we can't estimate the time needed to release a version for Windows Phone.
+		The latest updates can be received by following us on twitter or subscribing to our RSS feed.
+	</p>
+
+	<h2 id="ChromeCast">When will VLC be able to stream to Chromecast?</h2>
+
+	<p>We're currently working on it but can't give a release date.</p>
 </div>
 <?php footer('$Id$'); ?>


=====================================
www.videolan.org/support/lists.php
=====================================
--- a/www.videolan.org/support/lists.php
+++ b/www.videolan.org/support/lists.php
@@ -2,62 +2,62 @@
    $title = "Mailing-lists";
    $lang = "en";
    $body_color = "red";
+   $new_design = true;
    require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
 ?>
 
-<h1 class="bigtitle"> User mailing-lists </h1>
+<div class="container">
+    <h1 class="bigtitle"> User mailing-lists </h1>
 
-<div>
+    <p>The VideoLAN user mailing-lists are dedicated to:</p>
+    <ul class="bullets">
+        <li>user support for VideoLAN software,</li>
+        <li>announces for VideoLAN releases and events.</li>
+    </ul>
 
-<p>The VideoLAN user mailing-lists are dedicated to:</p>
-<ul class="bullets">
-<li>user support for VideoLAN software,</li>
-<li>announces for VideoLAN releases and events.</li>
-</ul>
+    <p>They are <b>English-speaking</b> <strong>public</strong> mailing-lists.</p>
 
-<p>They are <b>English-speaking</b> <strong>public</strong> mailing-lists.</p>
+    <h2>Important mailing lists</h2>
+    <p>The most important mailing-lists are:</p>
+    <ul class="bullets">
+        <li><a href="http://mailman.videolan.org/listinfo/videolan-announce">Mailing list for announces of new software releases</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/vlc">Mailing list for VLC users</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/vlc-devel">Mailing list for VLC development</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/x264-devel">Mailing list for x264 development</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/vlmc-devel">Mailing list for VLMC development</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/dvblast-devel">Mailing list for DVBlast development</a></li>
+        <li><a href="http://mailman.videolan.org/listinfo/libdvdcss-devel">Mailing list for libdvdcss development</a></li>
+    </ul>
 
-<h2>Important mailing lists</h2>
-<p>The most important mailing-lists are:</p>
-<ul class="bullets">
-<?php
- function deflist( $name, $desc ) {
-     echo '<li><a href="http://mailman.videolan.org/listinfo/'.$name.'">Mailing list for '.$desc.'</a></li>';
- }
-  deflist( "videolan-announce", "announces of new software releases");
-  deflist( "vlc", "VLC users");
-  deflist( "vlc-devel", "VLC development");
-  deflist( "x264-devel", "x264 development");
-  deflist( "vlmc-devel", "VLMC development");
-  deflist( "dvblast-devel", "DVBlast development");
-  deflist( "libdvdcss-devel", "libdvdcss development");
-?>
-</ul>
-
-
-<h2>Web interface for subscription, archives, ...</h2>
-<p>You can use our <a href="http://mailman.videolan.org/">Mailing-lists management</a> to:</p>
-<ul class="bullets">
-<li>subscribe,</li>
-<li>unsubscribe,</li>
-<li>see online archives,</li>
-<li>view the list of mailing-lists.</li>
-</ul>
+    <h2>Web interface for subscription, archives, ...</h2>
+    <p>You can use our <a href="http://mailman.videolan.org/">Mailing-lists management</a> to:</p>
+    <ul class="bullets">
+        <li>subscribe,</li>
+        <li>unsubscribe,</li>
+        <li>see online archives,</li>
+        <li>view the list of mailing-lists.</li>
+    </ul>
 
-<h2>Nota Bene</h2>
-<p>All the mailing-lists are in "closed-post" mode, which mean
-that messages from people who are not subscribed to the list
-need to go through a moderation process, which can take many
-hours or days, but is a necessary evil to avoid spam.
- The exception is the <code><b>videolan-announce</b></code> list,
- which is fully moderated.</p>
+    <h2>Nota Bene</h2>
+    <p>
+        All the mailing-lists are in "closed-post" mode, which mean
+        that messages from people who are not subscribed to the list
+        need to go through a moderation process, which can take many
+        hours or days, but is a necessary evil to avoid spam.
+        The exception is the <code><b>videolan-announce</b></code> list,
+        which is fully moderated.
+    </p>
 
-<h2>Nota Bene 2</h2>
-<p>All the mailing-lists are in <strong>PUBLICLY archived</strong>
-which mean that your messages <strong>WILL be PUBLIC</strong>
-and mirrored in a way that <strong>we CANNOT remove</strong> the posts.</p>
-<p>If you want to stay anonymous, use <a href="http://forum.videolan.org">our forum</a> for user questions,
-or <a href="/contact.html">contact us</a> for any other topic.</p>
+    <h2>Nota Bene 2</h2>
+    <p>
+        All the mailing-lists are in <strong>PUBLICLY archived</strong>
+        which mean that your messages <strong>WILL be PUBLIC</strong>
+        and mirrored in a way that <strong>we CANNOT remove</strong> the posts.
+    </p>
+    <p>
+        If you want to stay anonymous, use <a href="http://forum.videolan.org">our forum</a> for user questions,
+        or <a href="/contact.html">contact us</a> for any other topic.
+    </p>
 
 </div>
 



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/ade9ea14b96cdf60e7586156158e3e6cd02434cb...2f6a1defa8afa1471a1ccd26180d09bd53682762
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20160707/481d2bcc/attachment.html>


More information about the www-doc mailing list