aboutsummaryrefslogtreecommitdiff
path: root/src/ui/html/about_en.html
blob: d03691cf642228385df16e6115f9a91e6562bcef (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" 
>
<head>
  <META content="text/html; charset=utf8">
  <TITLE>Qt-based Multimedia Player</TITLE>
</head>
<div align="left">
  <h3>
     Qt-based Multimedia Player (Qmmp) 
  </h3>
</div>
<p>
   This program is an audio-player, written with help of Qt library.
</p>
<h4>
   Main opportunities:
</h4>
<ul type="square">
  <li>
     unpacked winamp skins support; 
  </li>
  <li>
     plugins support; 
  </li>
  <li>
     MPEG1 layer 1/2/3 support;
  </li>
  <li>
     Ogg Vorbis support;
  </li>
  <li>
     native FLAC support;
  </li>
  <li>
     Musepack support;
  </li>
  <li>
     WMA support; 
  </li>
  <li>
     ALSA sound output; 
  </li>
  <li>
     JACK sound output.
  </li>
</ul>
<h4>
   Requirements:
</h4>
<ul type="square">
  <li>
     OS GNU Linux; 
  </li>
  <li>
    <A name="Qt" href="http://www.trolltech.com/">Qt</A> версии >= 4.2; 
  </li>
  <li>
    <A name="MAD" href="http://www.underbit.com/products/mad/">MAD</A>; 
  </li>
  <li>
    <A name="Vorbis" href="http://www.vorbis.com/">Ogg Vorbis</A>; 
  </li>
  <li>
    <A name="FLAC" href="http://flac.sourceforge.net/">FLAC</A> >= 1.1.3; 
  </li>
  <li>
    <A name="ALSA" href="http://www.alsa-project.org/">ALSA</A> >= 1.0.1; 
  </li>
  <li>
    <A name="taglib" href="http://developer.kde.org/~wheeler/taglib.html">TagLib</A> >= 1.4. 
  </li>
  <li>
    <A name="libmpcdec" href="http://www.musepack.net/">libmpcdec</A> >= 1.2.6 
  </li>
  <li>
    <A name="JACK" href="http://jackaudio.org/">Jack</A> >= 0.102.5 
  </li>
  <li>
    <A name="FFmpeg" href="http://ffmpeg.mplayerhq.hu/">FFmpeg</A> >= 0.4.9-pre1 
  </li>
</ul>