소스 검색

Add 'ffmpeg.md'

incandenza 1 년 전
부모
커밋
e784465b16
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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
+
+```