How to convert .webp image to .png on Ubuntu using ffmpeg and terminal

preview_player
Показать описание
How to convert .webp image to .png on Ubuntu using ffmpeg and terminal

Terminal command used in tutorial :
for file in *.webp; do ffmpeg -i "$file" "$file".png; done

#ubuntu #ffmpeg #webp
Рекомендации по теме
visit shbcf.ru