Product
Encoding - VOD
Question
When adding sprite https://developer.bitmovin.com/encoding/reference/postencodingencodingsstreamsspritesbyencodingidandstreamid,
we set vTiles = 2, hTiles = 50, spriteName = sprite.jpg and other parameters.
Then a stream yields 101 images.
We got sprite-0.jpg which contains 100 images and sprite-1.jpg which contains 1 image.
Is this expected behavior?
Since we do not have %number%
placeholder explained in imagesPerFile param in above link,
I expect we get sprite.jpg which contains 100 images and 101th image is abondoned.