Main Menu

FLIR seq file

Started by john1960, April 29, 2021, 07:40:34 PM

Previous topic - Next topic

john1960

I have a FLIR sequence file, when I tried to extract the images of 626 Mb data I only get 161 Kb data consistently...any ideas?

1)> exiftool  -b -RawThermalImage Rec-000015.seq > myMovie.wmv
2)> magick convert -define wav:swap-bytes=on myMovie.wav myMovie2.wav
3)> magick convert -auto-level myMovie2.wav myMovie3.wav

Thanks,
J

Phil Harvey

Hi John,

I don't understand what you are doing.  RawThermalImage is in TIFF format for my two .seq samples here, but you are writing to a .wmv file.  Then I assume your 2nd and 3rd commands should operate on the .wmv file (not .wav), but it is .tif anyway.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).