nona-deshake - Man Page

Deshake a sequence of images Supply remapping parameters and the location of a reference photo using a Hugin PTO project Bruno Postle <bruno@postle.net>, June 2018

Extract JPEG frames from an existing video like so: ffmpeg -i webcam.mp4 webcam%08d.jpg

Create a video file from a sequence of JPEG files like so: rm -f frames.txt; for FILE in *.jpg; do echo "file '$FILE'" >> frames.txt; done ffmpeg -f concat -i frames.txt output.mp4

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation