CinEx- FFmpeg Made Simple

Introducing CinEx, a Livebook application to make using FFmpeg as simple as possible.

GitHub: GitHub - acalejos/CinEx: The best way to use FFMPEG

CinEx gives you a simple prompt + UI interface catered specifically towards FFmpeg (& ffprobe) to let you use natural language to describe, run, and validate operations on multimedia automatically

It’s just a single-file Livebook notebook so it couldn’t be easier to modify to your own liking.

Demo

https://x.com/ac_alejos/status/1794861021527773285
https://x.com/ac_alejos/status/1794861230894793111

Right now it only supports 1 Input and 1 Output, but it shouldn’t be too hard to support multi input and multi output.

Let me know what you think!

14 Likes

Added support for multiple LLM providers (currently OpenAI, Ollama, Gemini) and model selection

https://x.com/ac_alejos/status/1797101518849511560

1 Like