瀏覽代碼

More source files

Sacha Ligthert 7 月之前
父節點
當前提交
63176ae5b6
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      create-frames
  2. 二進制
      frames.zip

+ 6 - 0
create-frames

@@ -0,0 +1,6 @@
+# create a folder called "frames"
+# open command prompt on the folder
+# get the badapple video file
+# then run the ffmpeg script
+
+ffmpeg -i badapple.mp4 -r 30 output_%04d.png

二進制
frames.zip