Very interesting idea. Perhaps worth mentioning there is an excellent tool for stabilizing video itself. DaVinci Resolve is a gold standard and has a free option. https://motionarray.com/learn/davinci-resolve/davinci-resolve-stabilize/
Another tool from a few years back but still functionality is deshaker using virtualdub. https://www.guthspot.se/video/deshaker.htm On Saturday, October 8, 2022 at 11:17:10 AM UTC-5 [email protected] wrote: > Thanks Bruno, I must have just been calling the script wrong. It works > with jpg, now I will try with tif. > > On Saturday, October 8, 2022 at 10:54:19 AM UTC+1 [email protected] > wrote: > >> I just did a test and you don't need to modify nona-deshake to use >> TIFF input files. >> >> I created a set of images called: temp00000001.tif, temp00000002.tif >> etc... >> >> I created a Hugin project using just one of these images, set the crop >> and output projection, saved as template.pto >> >> Ran nona-deshake: >> >> nona-deshake -o out template.pto temp*.tif >> >> Note that this produces JPEG intermediate files called >> out00000001.jpg, out00000002.jpg, etc.. If you don't want JPEG here >> then you *do* need to modify nona-deshake. >> >> ffmpeg needs an input file: >> >> for FILE in out*.jpg; do echo "file '$FILE'" >> frames.txt; done >> >> This produces a frames.txt file that looks like this: >> >> file 'out00000001.jpg' >> file 'out00000002.jpg' >> file 'out00000003.jpg' >> [etc..] >> >> Then I joined these JPEGs into a video like so: >> >> ffmpeg -f concat -i frames.txt output.mp4 >> >> -- >> Bruno >> >> On Sat, 8 Oct 2022 at 09:17, Tommy Hughes wrote: >> > >> > Hi Bruno, I already have tiffs, and I have tried altering every line >> with jpg and changing it to tiff, but the script doesn't run. Do the tiff >> filenames need to be in a specific format to work? Is that the webcam%08d? >> Mine are name LRT_00001.tif, currently >> > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/948ad638-14cd-4add-89b2-0d4e113a6d88n%40googlegroups.com.
