this post was submitted on 25 Mar 2025
391 points (98.5% liked)
Technology
68187 readers
3850 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
imagemagick handles almost all image files
ffmpeg handles almost all video files
if you use gnome there's a nice little feature of the file explorer where you can just drag and drop scripts into
~/.local/share/nautilus/scripts/
for example
make a fish script (ignoring error checking for brevity here, my real script had a couple guard rails)
then when you right click on a file in your gnome file explorer you can click the scripts option
and the script is right there so you can just easily convert with the press of a button
note, i crossed out some stuff that includes client names
tldr: there are so many ways to do what you need to do there's no reason to trust random websites you don't know. there's a lot of slimey people out there wanting to take advantage of people. and everybody should strive to be at least a little computer literate. the examples i gave here aren't complicated. they're simple commands
That's a pretty sweet feature in GNOME! I'll need to see if there is something similar for KDE.