ffmpeg/\345\213\225\347\224\273\343\202\222\350\244\207\346\225\260\343\201\256\347\224\273\345\203\217\343\201\253\345\210\206\345\211\262\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,6 @@
1
+```
2
+$ ffmpeg -i input.mp4 -vf fps=1 out%d.png
3
+```
4
+
5
+
6
+[FFMPEG- Convert video to images - Stack Overflow](https://stackoverflow.com/questions/40088222/ffmpeg-convert-video-to-images)
... ...
\ No newline at end of file