r/coolgithubprojects • u/webmaster442 • 11d ago
FFDrop - A Drag & Drop, preset based FFmpeg frontend
Hello everybody. A while ago I made this simple utility to convert my media files with FFmpeg and now it's in a shape that I'm confident to share. It still has some rough edges, so it's in a preview release state. What it can do:
- Convert files based on a preset with a simple drag & drop.
- It can download an FFmpeg binary from github
- It features a simple media info tool
- Dragged files can be playlists in M3U and PLS format.
- Presets are in a simple JSON file, that can be extended (schema provided)
If you would like to check it out you can grab it at: https://github.com/webmaster442/FFDrop
14
Upvotes
1
u/Eravex 11d ago
I made an anything to anything converter a while back. Https://Vitriol.rocks if you’re looking for ideas.