https://github.com/plxl/mpegui
A C# .NET FFmpeg GUI that can do specific things for specific scenarios
https://github.com/plxl/mpegui
csharp dotnet ffmpeg gui
Last synced: 2 months ago
JSON representation
A C# .NET FFmpeg GUI that can do specific things for specific scenarios
- Host: GitHub
- URL: https://github.com/plxl/mpegui
- Owner: plxl
- License: other
- Created: 2025-05-05T10:29:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-10T10:35:52.000Z (8 months ago)
- Last Synced: 2025-11-10T12:19:05.434Z (8 months ago)
- Topics: csharp, dotnet, ffmpeg, gui
- Language: C#
- Homepage:
- Size: 1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## mpegui ##
The FFmpeg GUI that does specifically what I want it to do.
Written in C# .NET for Windows.
### Why Not Handbrake? ###
I made this because I wanted to have a nice easy GUI where I can drag and drop my beat saber clips and apply audio gain, delay, a crop filter, with everything right in front of me. No tinkering with a massive selection of options. Just everything I need.
### Features ###
- Drag-and-drop support
- Audio gain and delay control
- Crop and crop presets (1:1 and 16:9-9:16)
- Trim video (start and end, as well as a feature to automatically get the end)
- Set encoder from a list or type manually
- Add hvc1 tag for x265/HEVC videos so they play on Apple devices
- Output filename customisation
- {filename} will be replaced with the original filename
- {filename-3} trims the last 3 characters from the original filename (if you wanted to change the extension, for example)
- "{filename-3}mov" would change "video.mp4" to "video.mov"
- Copy and Paste your settings from one to all selected videos in the list
- Copy the run command for the current video if you want to run it manually
- Options for default configurations
- Default encoder
- Always automatically set the hvc1 tag for Apple support on x265 encoder
### Requirements ###
- .NET Framework 4.8
- FFmpeg installed and added to PATH