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
|
QWinFF, FFmpeg GUI front-end based on Qt4
=========================================
Introduction
------------
QWinFF is a GUI for [FFmpeg](http://ffmpeg.org), a powerful media converter.
FFmpeg can read audio and video files in various formats and convert them into
other formats. QWinFF features an intuitive graphical interface and a rich set
of presets to help you convert media files within a few clicks. Advanced users
can also adjust conversion parameters in detail.
For compiling and installing QWinFF, please refer to INSTALL.txt.
License
-------
Copyright (C) 2011 Timothy Lin <lzh9102@gmail.com>
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
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 GNU General Public License for more details.
Acknowledgements
----------------
Icons located in src/icons are taken from
[GNOME Project](http://www.gnome.org/)(GPL/LGPL),
[Tango Project](http://tango.freedesktop.org/)(Public Domain), and
[GNOME Colors](http://code.google.com/p/gnome-colors/)(GPL).
This program uses Qt, you can find more information about Qt on
[its website](http://qt-project.org/).
This program relies on [FFmpeg](ffmpeg.org) to do conversion.
License: LGPL/GPL
Some audio-processing functionalities depends on
[SoX](http://sox.sourceforge.net),
the Swiss Army knife of sound processing programs.
License: LGPL/GPL
Other free software projects that influenced the development of QWinFF:
- [WinFF](http://winff.org) - Presets, Ideas
- [Sinthgunt](http://code.google.com/p/sinthgunt) - Presets, Parsing FFmpeg
Output
- [SMPlayer](http://smplayer.sourceforge.net) - Qt Skills, Project Structure
- [Clementine](http://www.clementine-player.org) - Qt Skills
Proprietary software that influenced the development of QWinFF
- [FormatFactory](http://www.formatoz.com) - Ideas, Appearance
|