Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DYefremov/FFmpegGTK
Simple GTK+ frontend for FFmpeg.
https://github.com/DYefremov/FFmpegGTK
ffmpeg ffmpeg-gui gtk
Last synced: 2 months ago
JSON representation
Simple GTK+ frontend for FFmpeg.
- Host: GitHub
- URL: https://github.com/DYefremov/FFmpegGTK
- Owner: DYefremov
- License: gpl-3.0
- Created: 2019-07-05T10:15:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T08:09:44.000Z (about 1 year ago)
- Last Synced: 2024-11-24T17:42:21.850Z (2 months ago)
- Topics: ffmpeg, ffmpeg-gui, gtk
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTK
[![License: GPL](https://img.shields.io/badge/license-GPL%33-blue)](LICENSE) ![platform](https://img.shields.io/badge/platform-linux%20-lightgrey)
## Simple GTK+ frontend for [FFmpeg](http://ffmpeg.org/).
[](https://user-images.githubusercontent.com/7511379/115370081-63d3e500-a1d1-11eb-91cc-fb1772011de1.png)
### Minimum requirements
**Python >= 3.6 and GTK+ >= 3.22 with PyGObject bindings.**### Launch
Just download the [archive](https://github.com/DYefremov/FFmpegGTK/archive/refs/heads/master.zip), unpack and launch it with a double click on the FFmpegGTK.desktop file
in the root directory or launch it from the console using the command: ```./convert.py```#### Keyboard shortcuts:
* **Ctrl + I, Insert** - show dialog for adding files to the list.
* **Ctrl + X** - run the conversion task.
* **Ctrl + Z** - cancel task.
* **Space** - select/deselect.### Important
**This software is not fully tested!** Some functions may not work properly.
The launch of this program was tested only in the latest version of [Linux Mint](https://linuxmint.com/) - MATE (64-bit).The default presets was taken from [WinFF](https://github.com/WinFF/winff) project.