Add tech_docs/webdev/convert_images.md
This commit is contained in:
5
tech_docs/webdev/convert_images.md
Normal file
5
tech_docs/webdev/convert_images.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
```bash
|
||||
ffmpeg -i product1.webp -frames:v 1 -update 1 product1.png
|
||||
```
|
||||
Reference in New Issue
Block a user