-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (38 loc) · 2.31 KB
/
index.html
File metadata and controls
52 lines (38 loc) · 2.31 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
---
<div class="jumbotron jumbotron-fluid center">
<div class="container">
<h1 class="display-4">mochi-player</h1>
<p class="lead text-muted">The libmpv based media player</p>
<img src="/images/screenshots/2.0.4.png" class="screenshot img-fluid" alt="{{ site.program_name }} screenshot">
<div class="clearfix"></div>
<a href="/installation/" class="btn btn-primary btn-lg" role="button">Get It</a>
</div>
</div>
<div class="container">
<h3>mpv playback engine</h3>
<p>Thanks to the powerful <code>libmpv</code> playback engine, {{ site.program_name }} can play many files. mpv has an OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, and more.</p>
<h3>slim design</h3>
<p>Enjoying videos and music shouldn't be stressful. That's why instead of scattering features and functionality in the main interface, {{ site.program_name }} neatly organizes them under the cog menu.</p>
<h3>useful additions</h3>
<p>Instead of adding features just because other video players have it also, we've added features based on what we found useful while watching tv shows ourselves.</p>
<ul class="list-unstyled">
<li>
<strong>Smart Playlists</strong>
<p>Automatically shows files in the same folder as the video you're currently playing.</p>
</li>
<li>
<strong>Gesture Support</strong>
<p>Tap and move left and right to seek. Tap and move up and down to control volume.</p>
</li>
<li>
<strong>Dim Desktop</strong>
<p>Dim the desktop to lessen distractions while still being aware of what's happening.</p>
</li>
</ul>
<h3>command line</h3>
<p>Don't let the slim design fool you. Power users who want to change that obscure mpv option can do so right from the built in command line. All you have to do is append the word <code>mpv</code> to the command.</p>
<h3>multi-lingual</h3>
<p>We speak more than one language and we're sure many of you do to. We code to make sure everything is translatable. Know a language that {{ site.program_name }} doesn't speak? <a href="/contribute/">Help translate {{ site.program_name }} in that language!</a></p>
</div>