QUOTE(nigreco451 @ Apr 30 2025, 12:39)

I have no programming knowledge, but it's the year 2025 man
I don't know what normal user would like to use a CLI, unless the app has no alternatives
automation, also video encoding
Plus the startup time is usually much better on text-mode stuff.
There are times i want something graphical but usually I opt for command line driven stuff simply because it offers me flexibility for the things i want to do. I wouldn't want to do certain things in a text console, like most image editing - although for just resizing a picture that's a command line task.
For things that are done in many small steps, a graphical environment may be better, like cutting and mixing various audio tracks. Doable with ffmpeg and sox and others, but sometimes it's just not a very good way to conceptualize things. Other times, though, command line can offer a level of precision that is much more cumbersome to get in a graphical environment. Plus, good luck copying a bitstream without re-encoding when you're using a graphical video editor. That's something video editors just fundamentally aren't built around, but when you're splicing stuff together it can be useful to do so and you avoid generational quality losses.
Shorter answer: most of the time, CLI. But not 100% of the time. Maybe 90-95%.
This post has been edited by Moonlight Rambler: May 13 2025, 06:47