You pick a file, choose what you want to do with it, and the tool figures out the flags. It shows you the exact ffmpeg command before running, so you can learn from it or copy it for later scripting. It runs ffprobe on your file first to detect codecs, resolution, and bitrate, then fills in settings that make sense. Covers format conversion, audio extraction, resizing, trimming, compression, GIF creation, thumbnails, subtitle embedding, and video filters like stabilization and speed adjustment.
No reviews yetBe the first to leave a review for TUI for ffmpeg
Maker
📌
I built this because I kept googling the same ffmpeg commands. The part that surprised me was that showing the generated command turned into the best ffmpeg learning tool I've used. Once you see the flags assembled in context a few times, they start to stick.