浏览代码

Updated README.md

Dan Hintz - Arch 5 年之前
父节点
当前提交
bc12d65a2f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -9,9 +9,9 @@ Needs libpng to process the frames and openmp to speed stuff up.
 
 
 Use ffmpeg to extract the frames you want from whatever you want to create the image from
 Use ffmpeg to extract the frames you want from whatever you want to create the image from
 
 
-    ffmpeg -i movie.mp4 -r 1 frames/$filename%05d.png
+    ./extractframes movie.mp4
 
 
-This takes one frame per second, but you can change that to whatever you want.
+This takes one frame per second, but you can edit the script to change that to whatever you want.
 
 
 and then run it like
 and then run it like