Add tech_docs/webdev/convert_images.md

This commit is contained in:
2024-05-26 01:10:59 +00:00
parent dcd1fdff5d
commit 2beb2c78dc

View File

@@ -0,0 +1,5 @@
```bash
ffmpeg -i product1.webp -frames:v 1 -update 1 product1.png
```