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

Показать описание
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
Terminal command used in tutorial :
for file in *.webp; do ffmpeg -i "$file" "$file".png; done
#ubuntu #ffmpeg #webp