Update 'ffmpeg.md'

This commit is contained in:
incandenza 2023-03-10 15:43:17 +01:00
parent e784465b16
commit e799c3f35f

View file

@ -5,6 +5,6 @@
### Frame extraction
In running the command take note about original video fps
```
ffmpeg -i YDXJ0086.MP4 %04d.png
ffmpeg -i video.mp4 %05d.png
```