Update 'ffmpeg.md'
This commit is contained in:
parent
e784465b16
commit
e799c3f35f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
```
|
Loading…
Reference in a new issue