Created
July 10, 2025 08:58
-
-
Save kissge/56631ab367489ff718030a4f47c28efd to your computer and use it in GitHub Desktop.
are
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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