/usr/share/arista/help/mp2.html is in arista 0.9.7-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>MP2</h1>
<p>MPEG1 Layer 2 audio, later replaced by MP3, is used on video DVDs.</p>
<div class="options">
<h2>Options</h2>
<ul>
<li>
<strong>Bitrate</strong> (number)<br/>
Set a specific bitrate in kbps to control file size. Default is 192.<br/>
<pre><code>bitrate=256</code></pre>
</li>
<li>
<strong>Mode</strong><br/>
Set the encoding mode.<br/>
<ul>
<li>auto: select automatically</li>
<li>stereo: stereo</li>
<li>joint: joint stereo (default)</li>
<li>dual: dual channel</li>
<li>mono: mono</li>
</ul>
<pre><code>mode=stereo</code></pre>
</li>
</ul>
</div>
<iframe src="common.html" scrolling="no" frameborder="0"></iframe>
</body>
</html>
|