Skip to content

Instantly share code, notes, and snippets.

@iaverypadberg
Created February 14, 2023 14:17
Show Gist options
  • Save iaverypadberg/e2087eaff50e321298d0cd23e4cb51e1 to your computer and use it in GitHub Desktop.
Save iaverypadberg/e2087eaff50e321298d0cd23e4cb51e1 to your computer and use it in GitHub Desktop.
Use FFMPEG to break a viddeo in to 320x320 crops at 3fps
ffmpeg -i bg_3.mp4 -vb 30M -filter:v "crop=320:320:200:600, fps=3" frames/office_2_%04d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment