Unable to 'set' the total number of images!
Posted: 2009-06-11T19:18:51-07:00
I am unable to get the correct number of images present in the current image sequence using a -set option
In the resulting image the output values for %n, %[scenes], and %[fx:n], is 1 even though the actual number of images present in the current image sequence is obviously more than 1
The more important element is the FX one as I want to adjust composite method args based on the result of a FX expression
Code: Select all
convert -size 100x20 xc: xc: xc: xc: xc: xc: xc: \
-set label '%s/%n (%[scenes]) - %[fx:t]/%[fx:n]' \
-gravity center -annotate 0 '%l' -append show:
The more important element is the FX one as I want to adjust composite method args based on the result of a FX expression