Advertisement
root3r0x

Convert mp4 to Image frames.

Jun 23rd, 2021
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. # Convert mp4 to Image frames.
  2. ffmpeg -i vlc-record.mp4 -r 15 frames/image-%3d.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement