-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
180 lines (177 loc) · 5.2 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='a free, open source, and cross-platform media player' name='description'>
<meta content='mpv, mplayer, download, media player, encoder, video, video player, multimedia, Windows, Linux, Unix, BSD, Mac, macOS, Streaming, DVD, Bluray, Matroska, MPEG4, H264, H265, HEVC, AV1, HDR, MKV, m2ts, upscaling, open source, free software, FOSS, FLOSS, free' name='keywords'>
<link href='/images/favicon-5d3b2a52.png' rel='icon' type='image/png'>
<title>mpv.io</title>
<link href="/stylesheets/all-5b1cae4f.css" rel="stylesheet" />
<script crossorigin='anonymous' integrity='sha512-BrvVYNhKh6yST24E5DY/LopLO5d+8KYmIXyrpBIJ2PK+CyyJw/cLSG/BfJomWLC1IblNrmiJWGlrGueKLd/Ekw==' referrerpolicy='no-referrer' src='https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js'></script>
<script src="/javascripts/manual-925330eb.js"></script>
</head>
<body class='index'>
<div class='navbar navbar-inverse navbar-static-top' role='navigation'>
<div class='container'>
<div class='navbar-header'>
</div>
<div class='pull-right'>
<ul class='nav navbar-nav'>
<li>
<a href="/installation"><i class='fa fa-cloud-download'></i>
Installation
</a></li>
<!-- %li{nav_class(guides_path)} -->
<!-- = link_to guides_path do -->
<!-- %i.fa.fa-book -->
<!-- Guides -->
<li>
<a href="/manual"><i class='fa fa-book'></i>
Reference
</a></li>
<li>
<a href="/bug-reports"><i class='fa fa-bug'></i>
Bug Reports
</a></li>
<li>
<a href="/community"><i class='fa fa-comments'></i>
Community
</a></li>
</ul>
</div>
</div>
</div>
<div class='jumbotron'>
<div class='container'>
<h1>
<img src="/images/mpv-logo-128-0baae5aa.png" width="45" height="45" alt="" />
mpv
</h1>
<p>a free, open source, and cross-platform media player</p>
<img src="/images/mpv-screenshot-0935decb.png" class="screenshot" alt="Screenshot of mpv playing a movie" width="998" height="629" />
</div>
</div>
<div class='main-content'>
<div class='container'>
<h2>Overview</h2>
<p>
mpv is a free (as in freedom) media player for the command line. It supports
a wide variety of media file formats, audio and video codecs, and subtitle types.
</p>
<div class='row'>
<div class='col-md-6'>
<h4>
<i class='fa fa-terminal'></i>
Scripting
</h4>
<p>
Powerful scripting capabilities can make the player do almost anything. There is
a large selection of
<a href='https://github.com/mpv-player/mpv/wiki/User-Scripts'>user scripts on the wiki</a>.
</p>
</div>
<div class='col-md-6'>
<h4>
<i class='fa fa-play'></i>
On Screen Controller
</h4>
<p>
While mpv strives for minimalism and provides no real GUI, it has a small controller on top of the video
for basic control.
</p>
</div>
</div>
<div class='row'>
<div class='col-md-6'>
<h4>
<i class='fa fa-eye'></i>
High quality video output
</h4>
<p>
mpv has an OpenGL, Vulkan, and D3D11 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, HDR, and more.
</p>
</div>
<div class='col-md-6'>
<h4>
<i class='fa fa-tachometer'></i>
GPU video decoding
</h4>
<p>
mpv can leverage most hardware decoding APIs on all platforms. Hardware
decoding can be enabled at runtime on demand.
</p>
</div>
</div>
<div class='row'>
<div class='col-md-6'>
<h4>
<i class='fa fa-cubes'></i>
Embeddable
</h4>
<p>
A straightforward
<a href='https://github.com/mpv-player/mpv/blob/master/libmpv/client.h'>C API</a>
was designed from the ground up to make mpv usable as a library and
facilitate easy integration into other applications.
</p>
</div>
<div class='col-md-6'>
<h4>
<i class='fa fa-wrench'></i>
Active development
</h4>
<p>
mpv is under active development, focusing on code refactoring and
cleanups as well as adding features. Want a feature?
<a href='https://github.com/mpv-player/mpv/issues' target='_blank'>
Post a patch or request it!
</a>
</p>
</div>
<!-- /.col-md-6 -->
<!-- / %h4 -->
<!-- / %i.fa.fa-rocket -->
<!-- / Sky is the limit! -->
<!-- / %p -->
<!-- / mpv is packed with way more good stuff than we can fit on this page. -->
<!-- / %a(href="/features") Check out the other features! -->
</div>
</div>
</div>
<div class='next-steps'>
<div class='container'>
<h2>Here are a few places you may want to go next...</h2>
<hr>
<div class='row'>
<div class='col-xs-6'>
<a href="/installation" class="composite"><i class='fa fa-cloud-download big-circle'></i>
<h3>Installation</h3>
</a></div>
<!-- / .col-xs-6 -->
<!-- / = link_to getting_started_path, class: "composite" do -->
<!-- / %i.fa.fa-book.big-circle -->
<!-- / %h3 Getting started guide -->
<div class='col-xs-6'>
<a href="https://github.com/mpv-player/mpv" class="composite"><i class='fa fa-github big-circle'></i>
<h3>Source Code Repository</h3>
</a></div>
</div>
</div>
</div>
<footer>
<div class='container'>
<small class='pull-left text-muted copyright'>
© 2012-2025 mpv.io
</small>
<div class='social-icons pull-right'>
<a href="https://github.com/mpv-player/mpv" target="_blank"><i class='fa fa-github-alt'></i>
</a><a href="https://twitter.com/mpv_player" target="_blank"><i class='fa fa-twitter'></i>
</a></div>
</div>
</footer>
</body>
</html>