Comment on FBI warnings are true—fake file converters do push malware
dreadbeef@lemmy.dbzer0.com 4 weeks agoPandoc for documents, ffmpeg for video , imagemagick for images
Comment on FBI warnings are true—fake file converters do push malware
dreadbeef@lemmy.dbzer0.com 4 weeks agoPandoc for documents, ffmpeg for video , imagemagick for images
prayer@sh.itjust.works 4 weeks ago
What image types are you using that ffmpeg can’t convert? To my knowledge it works for almost anything.
dreadbeef@lemmy.dbzer0.com 4 weeks ago
Gonna be honest, never used ffmpeg for images lol. I take images from PDFs that have transparency and they come out of pdfimages with an opaque greyscale alpha mask and an opaque image. I found it easy to apply the mask with imagemagick, though. Ffmpeg can probably do it but just never had a use case. I just use cwebp to convert because that’s my primary use-case: converting pngs to lossy webp files and cwebp is good enough for me for that:)
prayer@sh.itjust.works 4 weeks ago
Images from PDFs, wasn’t thinking about that. I normally work with just image files. Cool!