title Date created: May 18, 2024

Go to the folder where the files you wanna convert are.

Enter this script = "for x in ls *.webp; do ffmpeg -i xx{x%.webp}.jpg; done" (dont add the quotations).

Done :sunglasses: (if you get the ffmpeg: command not found error you need to get ffmpeg. go here to get it).