I have a lot of (20,000) TIFF images. How can I create a lossless video out of them in one of common video formats (e.g. mp4, AVI) using FFMPEG or any other tools?
I am not sure what was the framerate and it could have been variable. The capture has been done in 133MHZ but it had variable framerate.
I tried the following command on a sample of 350ish TIFF image but I am not sure how to check if the produced video is lossy or lossless. How could I check that?
$ ffmpeg -framerate 60 -i 'frame%04d.tiff' vid.mp4