What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
Here is my list:
- pdf -
pdftk
- images -
imagemagick
utilities - audio/video -
ffmpeg
- documents -
libreoffice --headless
mode, alsopandoc
- download files -
wget
andcurl
, alsoytdlp
for youtube, reddit - cloud storage -
rclone
You're viewing a single thread.
View all comments
38
comments
- convert - convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, etc. Almost nothing it can't do.
1 0 ReplyIIRC,
convert
is just an alias toimagemagick
.4 0 Replyyou recalled correctly.
2 0 ReplyTIL. Thank you kind strangers.
2 0 Reply
You've viewed 38 comments.
Scroll to top