Skip to content
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
bycloudai authored Nov 22, 2021
commit 400323ac5f77ffc5620c7651b86f8e89373f54a4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Choose a video, for example mine will be `elon.mp4`, and put it in the `samples`

Extract the frames in this format:
```
ffmpeg -i input/YOUR_VIDEO -vf fps=YOUR_VIDEO_FPS samples/temp/YOUR_VIDEO_NAME%06d.png
ffmpeg -i samples/YOUR_VIDEO -vf fps=YOUR_VIDEO_FPS samples/temp/YOUR_VIDEO_NAME%06d.png
```
For my example, it'll be:
```
Expand Down