Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36d886b

Browse files
author
nadeko
committed
travis autodeploy b4f12bc66006...db9e05c18338
1 parent 10a0afd commit 36d886b

File tree

3 files changed

+39
-14
lines changed

3 files changed

+39
-14
lines changed

installation/index.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ <h3>
277277
</a>
278278
</td>
279279
</tr>
280+
<tr class='package-row'>
281+
<td>Fedora (RPM Fusion)</td>
282+
<td>
283+
<a href='http://cvs.rpmfusion.org/viewvc/rpms/mpv/?root=free'>
284+
<i class='fa fa-globe'></i>
285+
<span>http://cvs.rpmfusion.org/viewvc/rpms/mpv/?root=free</span>
286+
</a>
287+
</td>
288+
</tr>
280289
<tr class='package-row'>
281290
<td>Fedora (unofficial 3rd party)</td>
282291
<td>
@@ -341,7 +350,16 @@ <h3>
341350
</td>
342351
</tr>
343352
<tr class='package-row'>
344-
<td>Ubuntu (mpv PPA by D. McMahon)</td>
353+
<td>Ubuntu (3rd party)</td>
354+
<td>
355+
<a href='https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests'>
356+
<i class='fa fa-globe'></i>
357+
<span>https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests</span>
358+
</a>
359+
</td>
360+
</tr>
361+
<tr class='package-row'>
362+
<td>Ubuntu (3rd party, with VapourSynth)</td>
345363
<td>
346364
<a href='https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests'>
347365
<i class='fa fa-globe'></i>
@@ -385,15 +403,6 @@ <h3>
385403
</a>
386404
</td>
387405
</tr>
388-
<tr class='package-row'>
389-
<td>Fedora (RPM Fusion)</td>
390-
<td>
391-
<a href='http://cvs.rpmfusion.org/viewvc/rpms/mpv/?root=free'>
392-
<i class='fa fa-globe'></i>
393-
<span>http://cvs.rpmfusion.org/viewvc/rpms/mpv/?root=free</span>
394-
</a>
395-
</td>
396-
</tr>
397406
<tr class='package-row'>
398407
<td>NixOS</td>
399408
<td>

manual/master/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,9 @@ <h2>Auto profiles</h2>
547547
<h1>TAKING SCREENSHOTS</h1>
548548
<p>Screenshots of the currently played file can be taken using the 'screenshot'
549549
input mode command, which is by default bound to the <tt class="docutils literal">s</tt> key. Files named
550-
<tt class="docutils literal">shotNNNN.jpg</tt> will be saved in the working directory, using the first
551-
available number - no files will be overwritten.</p>
550+
<tt class="docutils literal"><span class="pre">mpv-shotNNNN.jpg</span></tt> will be saved in the working directory, using the first
551+
available number - no files will be overwritten. In pseudo-GUI mode, the
552+
screenshot will be saved somewhere else. See <a class="reference internal" href="#pseudo-gui-mode">PSEUDO GUI MODE</a>.</p>
552553
<p>A screenshot will usually contain the unscaled video contents at the end of the
553554
video filter chain and subtitles. By default, <tt class="docutils literal">S</tt> takes screenshots without
554555
subtitles, while <tt class="docutils literal">s</tt> includes subtitles.</p>
@@ -1909,6 +1910,13 @@ <h2>Audio</h2>
19091910
</div>
19101911
<div class="section" id="subtitles">
19111912
<h2>Subtitles</h2>
1913+
<div class="note">
1914+
<p class="first admonition-title">Note</p>
1915+
<p class="last">Changing styling and position does not work with all subtitles. Image-based
1916+
subtitles (DVD, Bluray/PGS, DVB) can not changed for fundamental reasons.
1917+
Subtitles in ASS format are normally not changed intentionally, but
1918+
overriding them can be controlled with <tt class="docutils literal"><span class="pre">--ass-style-override</span></tt>.</p>
1919+
</div>
19121920
<dl class="docutils">
19131921
<dt><tt class="docutils literal"><span class="pre">--no-sub</span></tt></dt>
19141922
<dd>Do not select any subtitle when the file is loaded.</dd>

manual/stable/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,9 @@ <h2>Auto profiles</h2>
547547
<h1>TAKING SCREENSHOTS</h1>
548548
<p>Screenshots of the currently played file can be taken using the 'screenshot'
549549
input mode command, which is by default bound to the <tt class="docutils literal">s</tt> key. Files named
550-
<tt class="docutils literal">shotNNNN.jpg</tt> will be saved in the working directory, using the first
551-
available number - no files will be overwritten.</p>
550+
<tt class="docutils literal"><span class="pre">mpv-shotNNNN.jpg</span></tt> will be saved in the working directory, using the first
551+
available number - no files will be overwritten. In pseudo-GUI mode, the
552+
screenshot will be saved somewhere else. See <a class="reference internal" href="#pseudo-gui-mode">PSEUDO GUI MODE</a>.</p>
552553
<p>A screenshot will usually contain the unscaled video contents at the end of the
553554
video filter chain and subtitles. By default, <tt class="docutils literal">S</tt> takes screenshots without
554555
subtitles, while <tt class="docutils literal">s</tt> includes subtitles.</p>
@@ -1909,6 +1910,13 @@ <h2>Audio</h2>
19091910
</div>
19101911
<div class="section" id="subtitles">
19111912
<h2>Subtitles</h2>
1913+
<div class="note">
1914+
<p class="first admonition-title">Note</p>
1915+
<p class="last">Changing styling and position does not work with all subtitles. Image-based
1916+
subtitles (DVD, Bluray/PGS, DVB) can not changed for fundamental reasons.
1917+
Subtitles in ASS format are normally not changed intentionally, but
1918+
overriding them can be controlled with <tt class="docutils literal"><span class="pre">--ass-style-override</span></tt>.</p>
1919+
</div>
19121920
<dl class="docutils">
19131921
<dt><tt class="docutils literal"><span class="pre">--no-sub</span></tt></dt>
19141922
<dd>Do not select any subtitle when the file is loaded.</dd>

0 commit comments

Comments
 (0)