Add 'ffmpeg.md'

This commit is contained in:
incandenza 2023-03-10 15:39:51 +01:00
parent c6c501f7d7
commit e784465b16

10
ffmpeg.md Normal file
View file

@ -0,0 +1,10 @@
## Playing with ffmpeg
...to extrac, manipulate and reassmbly frames
### Frame extraction
In running the command take note about original video fps
```
ffmpeg -i YDXJ0086.MP4 %04d.png
```