TUI for ffmpeg
Every ffmpeg operation, zero flags to remember
1 follower
Every ffmpeg operation, zero flags to remember
1 follower
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.

