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

https://github.com/webmaster442/ffmpeggui

A small FFmpeg gui for converting media files
https://github.com/webmaster442/ffmpeggui

csharp dotnet-core3-1 ffmpeg wpf

Last synced: over 1 year ago
JSON representation

A small FFmpeg gui for converting media files

Awesome Lists containing this project

README

          

# FFmpeg GUI

A Small, but handy GUI for the Windows version of FFmpeg. It's currently in development, but if you see potential in it feel free to clone & contribute

## Features

* Preset based
* Easy to extend
* Wizard Like

## Requirements to run

* .NET Core 3.1

## Howto get a build

```
git clone https://github.com/webmaster442/FFmpegGui.git
cd FFmpegGui
dotnet build
```