Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.