Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwinff/qwinff
A Qt4/5 GUI Frontend for FFmpeg
https://github.com/qwinff/qwinff
Last synced: about 2 months ago
JSON representation
A Qt4/5 GUI Frontend for FFmpeg
- Host: GitHub
- URL: https://github.com/qwinff/qwinff
- Owner: qwinff
- License: gpl-3.0
- Created: 2013-09-21T05:14:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:26:03.000Z (over 1 year ago)
- Last Synced: 2024-08-01T08:10:19.088Z (4 months ago)
- Language: C++
- Homepage: http://qwinff.github.io
- Size: 1.8 MB
- Stars: 325
- Watchers: 16
- Forks: 52
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING.txt
Awesome Lists containing this project
- awesome-hacking-lists - qwinff/qwinff - A Qt4/5 GUI Frontend for FFmpeg (C++)
README
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
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/GPLSome audio-processing functionalities depends on
[SoX](http://sox.sourceforge.net),
the Swiss Army knife of sound processing programs.
License: LGPL/GPLOther 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 SkillsProprietary software that influenced the development of QWinFF
- [FormatFactory](http://www.formatoz.com) - Ideas, Appearance