Browse Source

Update 'ffmpeg.md'

incandenza 1 year ago
parent
commit
e799c3f35f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffmpeg.md

+ 1 - 1
ffmpeg.md

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