Skip to content

Instantly share code, notes, and snippets.

@kissge
Created July 10, 2025 08:58
Show Gist options
  • Save kissge/56631ab367489ff718030a4f47c28efd to your computer and use it in GitHub Desktop.
Save kissge/56631ab367489ff718030a4f47c28efd to your computer and use it in GitHub Desktop.
are
ffmpeg -i movie.webm -vf 'fps=0.3' frame_%04d.png # 0.3 frames per second
# magick frame_0001.png -gravity South -crop x218+0+0 +repage test.png
mkdir cropped
mogrify -path ./cropped -gravity South -crop x218+0+0 +repage frame*.png
magick ./cropped/*.png cropped.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment