rincy2000
26th March 2012, 06:31
I am trying to read TIF images that I wrote with ImageWriter, but all I get is
"Exception while processing ScriptEnvironment::ThrowError()"
I used the following command (reading from files000000.tif, files000001.tif, ....)
video=FFVideoSource(<some video file>)
audio=FFAudioSource(<same video file here>)
ImageSource("files%06d.tif", 0, video.FrameCount(), video.Framerate(), pixel_type="RGB24")
The exact same syntax works for JPG.
Any ideas? Maybe a problem with DevIL?
--
Rince
"Exception while processing ScriptEnvironment::ThrowError()"
I used the following command (reading from files000000.tif, files000001.tif, ....)
video=FFVideoSource(<some video file>)
audio=FFAudioSource(<same video file here>)
ImageSource("files%06d.tif", 0, video.FrameCount(), video.Framerate(), pixel_type="RGB24")
The exact same syntax works for JPG.
Any ideas? Maybe a problem with DevIL?
--
Rince