Skip to content

Video post processing tools

Jakob Flierl edited this page May 8, 2016 · 2 revisions

Motion blur

Still images

To create a motion blur effect from several images, you can use ImageMagick. The following command will create the file bricks-motion.png from the files bricks-240.png, bricks-241.png and bricks-242.png:

$ convert -average bricks-24{0,1,2}.png bricks-motion.png

Movies

See

  • ..