-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (180 loc) · 10.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Home | QWinFF</title>
<meta name="author" content="The QWinFF Team">
<meta name="description" content="Convert your media files easily">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- open graph -->
<meta property="og:title" content="QWinFF Media Converter"/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="QWinFF Media Converter" />
<meta property="og:url" content="http://qwinff.github.io/index.html" />
<meta property="og:image" content="http://qwinff.github.io/img/logo_256.png" />
<meta property="og:description" content="Convert your media files easily" />
<link href="/favicon.png" rel="icon">
<link rel="alternate" href="/atom.xml" title="QWinFF" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34256170-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="ribbon-container">
<div class="ribbon"><a href="http://github.com/qwinff/qwinff">Fork me on GitHub!</a></div>
</div>
<div id="container">
<header id="header">
<div id="nav-logo">
<a href="/"><img src="/img/logo_256.png">
<h1>QWinFF</h1>
<h2>Convert your media files easily</h2></a>
</div>
<nav id="main-nav">
<div class="menuitem"><span class="actived_nav">Home</span></div>
<div class="menuitem"><a href="/features.html">Features</a></div>
<div class="menuitem"><a href="/screenshots.html">Screenshots</a></div>
<div class="menuitem"><a href="/downloads.html">Downloads</a><div class="sublevel"><a class="tarball"href="/downloads.html#tarball">Source Code</a><a class="windows"href="/downloads.html#windows">Windows</a><a class="ubuntu"href="/downloads.html#ubuntu">Ubuntu/Mint</a><a class="opensuse"href="/downloads.html#opensuse">openSUSE</a><a class="fedora"href="/downloads.html#fedora">Fedora</a><a class="arch"href="/downloads.html#arch">Arch</a><a class="chakra"href="/downloads.html#chakra">Chakra</a><a class="freebsd"href="/downloads.html#freebsd">FreeBSD</a><a class="os2"href="/downloads.html#os2">OS/2</a></div></div>
<div class="menuitem"><a href="/documents.html">Documentation</a></div>
<div class="menuitem"><a href="/contribute.html">Contribute</a></div>
<div class="menuitem"><a href="/about.html">About</a></div>
</nav>
</header>
<div id="content" class="inner">
<div id="main-col" class="alignleft"><div id="wrapper"><article class="page">
<div class="post-content">
<header>
<h1 class="title">Home</h1>
</header>
<div class="entry">
<p><a href="/screenshots.html"><img src="/img/screenshot/qwinff_showcase.png"></img></a></p>
<p>QWinFF is a GUI for <a href="http://ffmpeg.org" target="_blank">FFmpeg</a>, a powerful command-line media converter. FFmpeg can read audio and video files in various formats and convert them into other formats. QWinFF provides an intuitive graphical interface and a rich set of presets to help you use ffmpeg easily without having to type a single command. Advanced users can also adjust conversion parameters like <em>bitrate</em> and <em>sample rate</em> in detail.</p>
<p>QWinFF also comes in handy when you need to make a video clip for a larger video. Starting from version 0.2.0, QWinFF features an interactive video-cutting interface that lets you watch the video and select the time range you want to convert. There is also an option that changes the speed of the video, making it possible to create slow-motion or fast-motion animations. And don’t worry about the audio; audio will also be rescaled without changing the pitch.</p>
<p>QWinFF is written in Qt4/C++ and currently runs on GNU/Linux and Windows. You can get the latest stable version in <a href="downloads.html">downloads</a> or check <a href="news">changelogs</a> for more details.</p>
<p><strong>QWinFF is free software licensed under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPLv3</a></strong>. You can help this project by <a href="translate.html">translating</a>, <a href="https://github.com/qwinff/qwinff-doc" target="_blank">writing user documentation</a> or packaging. Please see the <a href="contribute.html">Contribute</a> page for details.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a> for more details.</p>
<p><img src="/img/moe/qwinff_2013.jpg"></p>
</div>
<footer>
<!-- Facebook Like -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://qwinff.github.io" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div>
<!-- Google+ -->
<div class="g-plusone" data-size="medium" data-href="http://qwinff.github.io"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<!-- Twitter -->
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://qwinff.github.io">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script id='fb23vlq'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=lzh9102&button=compact&url=http%3A%2F%2Fqwinff.github.io';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fb23vlq');</script>
<div class="clearfix"></div>
</footer>
</div>
</article>
</div></div>
<div class="clearfix"></div>
</div>
<div id="sidebar" >
<div class="widget tag">
<h3 class="title"><a href="/news">News</a></h3>
<ul class="entry">
<li>
<time class="release" datetime="2015-08-22T01:30:00.000Z">Aug 22 2015</time><br>
<a href="/post/2015/08/22/release_021/">QWinFF 0.2.1 released</a>
</li>
<li>
<time class="release" datetime="2014-02-09T15:32:00.000Z">Feb 9 2014</time><br>
<a href="/post/2014/02/09/release_020/">QWinFF 0.2.0 released</a>
</li>
<li>
<time class="release" datetime="2013-09-10T06:27:52.000Z">Sep 10 2013</time><br>
<a href="/post/2013/09/10/release_019/">QWinFF 0.1.9 released</a>
</li>
<li>
<time class="release" datetime="2013-02-13T06:27:52.000Z">Feb 13 2013</time><br>
<a href="/post/2013/02/13/release_018/">QWinFF 0.1.8 released</a>
</li>
<li>
<time class="release" datetime="2012-09-17T06:27:52.000Z">Sep 17 2012</time><br>
<a href="/post/2012/09/17/release_017/">QWinFF 0.1.7 released</a>
</li>
<li>
<time class="release" datetime="2012-08-26T06:27:52.000Z">Aug 26 2012</time><br>
<a href="/post/2012/08/26/release_016/">QWinFF 0.1.6 released</a>
</li>
<li>
<time class="release" datetime="2012-08-17T06:27:52.000Z">Aug 17 2012</time><br>
<a href="/post/2012/08/17/release_015/">QWinFF 0.1.5 released</a>
</li>
<li>
<time class="release" datetime="2012-06-21T06:27:52.000Z">Jun 21 2012</time><br>
<a href="/post/2012/06/21/release_014/">QWinFF 0.1.4 released</a>
</li>
<li>
<time class="release" datetime="2012-02-12T06:27:52.000Z">Feb 12 2012</time><br>
<a href="/post/2012/02/12/release_013/">QWinFF 0.1.3 released</a>
</li>
<li>
<time class="release" datetime="2012-02-11T06:27:52.000Z">Feb 11 2012</time><br>
<a href="/post/2012/02/11/release_012/">QWinFF 0.1.2 released</a>
</li>
<li>
<time class="release" datetime="2012-02-07T06:27:52.000Z">Feb 7 2012</time><br>
<a href="/post/2012/02/07/release_011/">QWinFF 0.1.1 released</a>
</li>
<li>
<time class="release" datetime="2011-11-05T06:27:52.000Z">Nov 5 2011</time><br>
<a href="/post/2011/11/05/release_010/">QWinFF initial release!</a>
</li>
</ul>
<div style="font-size: x-small; text-align: right; margin-right: 10px">
<a href="/news">Display All</a>
</div>
</div>
<link rel="stylesheet" href="/css/opentip.css" media="screen" type="text/css">
<script src="/js/opentip-native.min.js"></script>
<div data-ot="Subscribe for update notification!" data-ot-show-on="mouseover">
<a href=/atom.xml>
<img src="/img/rss.png" width=64px></img>
</a>
</div>
</div>
</div>
<footer id="footer" class="inner"><div class="alignleft">
© 2015 The QWinFF Team
</div>
<div class="clearfix"></div></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
</body>
</html>