Frame — графический интерфейс для FFmpeg

★ 1.9K

Frame is a native media-conversion utility written in Rust: a convenient desktop interface to FFmpeg with granular control over video, audio, images, subtitles, and metadata. Reach for it when you need to convert and process media files through FFmpeg but don't want to assemble commands by hand in the terminal: set parameters in a GUI, and Frame generates and runs the needed FFmpeg arguments. It uses a GPUI front end and a reusable Rust conversion core. Its focus is a desktop GUI wrapper over FFmpeg with fine conversion settings, not a video editor (aregrid/frame) or a universal file-format converter (ConvertX): the value is full control over FFmpeg parameters without manual commands. It suits people who regularly convert video/audio and want FFmpeg's power in a convenient interface.