
EZFF - Video editing in plain English
Just ffmpeg but simplified
What it does
Every developer has googled "ffmpeg convert mp4 to gif" at least 50 times. ffmpeg is powerful but the syntax is impossible to remember. ezff lets you describe what you want in plain English: ff convert video.mp4 to gif ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 No AI/LLM required, no API calls or latency, no tokens or subscriptions and Works offline Just type ff and it guides you through file selection and operations step by step
Does a similar job
all alternatives →- EFEz FFmpeg – Video editing in plain EnglishDec 2025 · npmjs.com · ▲420
I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax. Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif You write: ff convert video.mp4 to gif More examples: ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 ff resize video.mp4 to 720p ff speed up video.mp4 by 2x ff reverse video.mp4 There are similar tools that use LLMs (wtffmpeg, llmpeg, ai-ffmpeg-cli), but they require API keys, cost money, and have latency. Ez FFmpeg is different: - No AI – just…
- FEffmpeg-english "capture from /dev/video0 every 1 second to jpg files"2024 · github.com · ▲153
- FIFFmpeg in plain English – LLM-assisted FFmpeg in the browser2025 · vidmix.app · ▲179
I found that I am using ChatGPT more and more to get the FFmpeg command I need, but the process can be a bit tedious: copy-pasting commands, dealing with input file names and locations, making sure the prompt contains enough info about the input files. This site attempts to solve that. You just describe what you want to do, pick the input files and an LLM (currently DeepSeek) generates the FFmpeg command. You can then run it directly in your browser or use the command elsewhere.

- PGPut “GIF” in front of any YouTube URL and hit enter2014 · gifyoutube.com · ▲577
- WNWTFfmpeg – Natural Language to FFmpeg Translator2025 · github.com · ▲88
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
