1NONA-DESHAKE(1) User Contributed Perl Documentation NONA-DESHAKE(1)
2
3
4
5Deshake a sequence of images Supply remapping parameters and the location of a
6reference photo using a Hugin PTO project Bruno Postle <bruno@postle.net>,
7June 2018
8
9 Extract JPEG frames from an existing video like so: ffmpeg -i
10 webcam.mp4 webcam%08d.jpg
11
12 Create a video file from a sequence of JPEG files like so: rm -f
13 frames.txt; for FILE in *.jpg; do echo "file '$FILE'" >> frames.txt;
14 done ffmpeg -f concat -i frames.txt output.mp4
15
16
17
18perl v5.32.1 2021-01-27 NONA-DESHAKE(1)