this post was submitted on 07 Jul 2026
89 points (96.8% liked)

Opensource

6352 readers
23 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

From the article:

FFmpeg is a tool almost every Linux user has benefited from, even if they have never typed its name in a terminal. It powers countless media workflows, handling video, audio, image, subtitle, and metadata processing with great flexibility.

The problem is that using it directly usually means dealing with long commands, codec names, bitrate settings, filters, containers, and much trial and error. Frame tries to make that part less painful.

It is an open-source desktop application providing a graphical interface for FFmpeg. Instead of replacing FFmpeg, it wraps it in a native app and offers users a cleaner way to configure common media conversion tasks. The project describes itself as a native media conversion utility built in Rust, using FFmpeg and FFprobe underneath for media handling.

you are viewing a single comment's thread
view the rest of the comments
[–] Canadian_Cabinet@lemmy.ca 15 points 3 days ago (2 children)

Not a slight against the app whatsoever, but why yet another ffmpeg GUI? Handbrake perfected that years ago

[–] adarza@lemmy.ca 19 points 3 days ago

the last sentence in the submission text might explain the 'why', at least from the project developer's pov:

built in Rust

[–] terabyterex@lemmy.world 5 points 3 days ago

i geel very silly. i always thought handbrake was an alternative. i never took the time to find out more but never knew it was a frontend for ffmpeg.