Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
XnConvert can recursively pass through folders, and it supports quite a lot of formats.
yes, at least find + ffmpeg
find \( -iname \*.png -o -iname \*.jpg -o -iname \*.gif -o -iname \*.jpeg \) -type f -exec ffmpeg -i {} {}.webp \;
find -iregex ".*\(\.jpeg\|\.jpg\|\.png\|\.gif\)" -type f -exec ffmpeg -y -i {} {}.webp \;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question