imagemagick handles almost all image files
images ) ls 001.jpg 002.jpg 003.jpg 004.jpg 005.jpg images ) convert 001.jpg example.pdf
ffmpeg handles almost all video files
ex ) ls rock.mp4 ex ) ffmpeg -i rock.mp4 rock.avi
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)
#!/usr/bin/env fish set file $argv[1] convert $file (basename $file .png).pdf
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
T156@lemmy.world 1 week ago
FFmpeg and handbrake do the latter two quite handily. The latter even has a nice program interface, rather than needing commands.
ImageMagick is capable of the first. I’ve had it go the other way before, and I should be most surprised if it couldn’t convert a PDF to a jpg.
Ulrich@feddit.org 1 week ago
I don’t have the knowledge or the time to learn to use these tools.
captain_aggravated@sh.itjust.works 1 week ago
Then I suppose you’re up shit creek.
Ulrich@feddit.org 1 week ago
Thanks for that deep analysis.
ipkpjersi@lemmy.ml 1 week ago
It is indeed very difficult to type convert 001.jpg example.pdf and ffmpeg -i rock.mp4 rock.avi
Ulrich@feddit.org 1 week ago
convert 001.jpg example.pdf and ffmpeg -i rock.mp4 rock.avi
Ulrich@feddit.org 1 week ago
TYPE IT WHERE!? WHAT DO I DO WITH THIS INFORMATION!? How are you so completely unaware at how non-sensical this information is?