Skip to content

Instantly share code, notes, and snippets.

@natronics
Created June 12, 2015 05:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natronics/9266afec7305cafe2007 to your computer and use it in GitHub Desktop.
Save natronics/9266afec7305cafe2007 to your computer and use it in GitHub Desktop.
Oneliner to make a video slitscan
#!/usr/bin/env sh
ffmpeg -i $1 -vf "transpose=1","crop=2" -an -f image2pipe -vcodec ppm - | montage ppm:- -tile x1 -mode concatenate - | convert - -flop scanimage.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment