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
- Host: GitHub
- URL: https://github.com/webmaster442/ffmpeggui
- Owner: webmaster442
- Archived: true
- Created: 2020-03-07T16:40:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T17:39:17.000Z (over 4 years ago)
- Last Synced: 2024-10-23T08:16:43.510Z (over 1 year ago)
- Topics: csharp, dotnet-core3-1, ffmpeg, wpf
- Language: C#
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```