Convert TIFF Sequence to Uncompressed MOV with FFmpeg

This guide provides a straightforward, step-by-step tutorial on how to convert a sequence of TIFF images into a high-quality, uncompressed MOV video file using the command-line tool FFmpeg. You will learn the exact command structure, how to define the input frame rate, and how to select the correct video codec and pixel format to ensure a completely lossless, uncompressed output.

The Basic Command

To convert your TIFF sequence to an uncompressed MOV file, open your terminal or command prompt, navigate to the folder containing your images, and run the following command:

ffmpeg -framerate 24 -i input_%04d.tiff -c:v rawvideo -pix_fmt yuv422p output.mov

Command Breakdown

Alternative Pixel Formats

Depending on your workflow requirements, you can change the -pix_fmt value: