Dan Hintz - Arch 6 лет назад
Родитель
Сommit
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