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.
Thanks On Friday, October 7, 2022 at 6:25:24 PM UTC+1 [email protected] wrote: > ffmpeg can split a video into TIFF frames, just change the output > format to webcam%08d.tif or similar. > > If you want nona-deshake to render to TIFF instead of JPEG, then you > should change "$prefix%08d.jpg" on line 51 to "$prefix%08d.tif" and > 'JPEG' on line 88 to 'TIFF'. > > -- > Bruno > > On Thu, 6 Oct 2022 at 11:33, Tommy Hughes wrote: > > > > Is it possible to convert this to using tif rather than jpg? I did try > modifying it myself, but, so far, it doesn't run. > > Thanks. > > On Monday, July 5, 2021 at 5:08:00 PM UTC+1 [email protected] wrote: > >> > >> This should be possible with some extra steps. > >> > >> The nona-deshake.pl script uses align_image_stack to align the photos. > >> This is more robust with sequences taken during different lighting > >> conditions, but I don't expect it to work with 360 degree images. So > >> you would need to extract a rectilinear image for each frame, align > >> these rectilinear frames, but modify the script to assemble the > >> aligned sequence from the original 360 degree images. > >> > >> Just offsetting 360 degree images sideways is equivalent to a yaw > >> transform, this would be ok as long as there is no roll and pitch > >> variation. If so you only need to modify the script to print the yaw > >> angle for each source photo, and calculate the pixel offset from that. > -- 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/72fe392f-e736-4853-9f90-1585921bcdd7n%40googlegroups.com.
