-scene destroys %[scene] info
Posted: 2010-08-11T11:09:18-07:00
Hey there,
I've been working for a while trying to figure out why I can't seem to get proper frame numbers on my images. I'm now fairly certain that there is a bug with the -scene option that pollutes the %[scene] values. In the example below, the first frame is labeled correctly, but then all subsequent frames seem to have the same incorrect value.
convert infile-%04d.tif[1-3] -annotate 0 "frame# %[scene]" -scene 4 outfile-%04d.tif
Trying to work around this issue I instead tried to auto-generate the code that will calculate the frame number using %[fx:t+" + str(startFrame) + "]
This too seems to be polluted by the use of -scene. My frame numbers appear correctly if I do not use -scene.
Cheers,
Jesse
I've been working for a while trying to figure out why I can't seem to get proper frame numbers on my images. I'm now fairly certain that there is a bug with the -scene option that pollutes the %[scene] values. In the example below, the first frame is labeled correctly, but then all subsequent frames seem to have the same incorrect value.
convert infile-%04d.tif[1-3] -annotate 0 "frame# %[scene]" -scene 4 outfile-%04d.tif
Trying to work around this issue I instead tried to auto-generate the code that will calculate the frame number using %[fx:t+" + str(startFrame) + "]
This too seems to be polluted by the use of -scene. My frame numbers appear correctly if I do not use -scene.
Cheers,
Jesse