Explorar o código

Add 'ffmpeg.md'

incandenza hai 1 ano
pai
achega
e784465b16
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      ffmpeg.md

+ 10 - 0
ffmpeg.md

@@ -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
+
+```