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
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