I converted a movie to individual .tif frames, using ffmpeg (ffmpeg -i <movie> -vf fps=1 frames%04d.tif). The resulting tif files are not correctly read by PhotoScan Pro, even though they open fine in GIMP and tools like tiffinfo. Once loaded in Photoscan the images show a corrupt image, in grey scale. On the console warnings of the form "PackBitsDecode: Not enough data for scanline 193." are displayed.
I can provide an showing the problem.