nona-deshake(1)
| NONA-DESHAKE(1) | User Contributed Perl Documentation | NONA-DESHAKE(1) |
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
| 2019-05-24 | perl v5.28.1 |
