![]() |
[BUG] Hybrid cannot differentiate between image sequences in a directory - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Hybrid cannot differentiate between image sequences in a directory (/thread-4101.html) |
Hybrid cannot differentiate between image sequences in a directory - mantom - 11.05.2025 When the input source is an image sequence, and multiple image sequences exist in the same directory, Hybrid cannot differentiate between the image sequences complaining that the reading of input images goes beyond the end frame. Applies to Hybrid released March 9, 2025 Reproduction: 1) Create multiple sequences of image files with the same name with frame number ascending by 1's. 2) Put all the image sequences in the same directory. 3) Set input source to image sequence in the base tab. 4) Select the start and end frames for the specified image sequence. 5) Encode using your preferred settings. Hybrid crashes with error that it read beyond the last frame of the sequence. 6) In the file directory, delete all image files that do not belong to the image sequence chosen as the input source. 7) Repeat steps 3 thru 5. Notice Hybrid encodes normally. RE: Hybrid cannot differentiate between image sequences in a directory - Selur - 11.05.2025 Quote:1) Create multiple sequences of image files with the same name with frame number ascending by 1's.Wouldn't one overwrite the other? RE: Hybrid cannot differentiate between image sequences in a directory - mantom - 11.05.2025 No. Each image sequence would have a different base name. For example: image seequence 1: image_0001.png image_0002.png image_0003.png ... image_1000.png image sequence 2: pic_0001.png pic_0002.png pic_0003.png ... pic_1000.png The issue is Hybrid does not distinguish between image sequence "image_" and image sequence "pic_". It thinks they are the same sequence, then complains when the file name changes during the read portion of encoding. RE: Hybrid cannot differentiate between image sequences in a directory - Selur - 11.05.2025 Oh, okay. Will look at it later. RE: Hybrid cannot differentiate between image sequences in a directory - mantom - 11.05.2025 I should add - this also applies to situations where an individual sequence numbering is interrupted, but not used. for example, you have the following image sequence: image_0001.png image_0002.png image_0003.png ... image_1000.png but image_0500.png through image_0700.png are missing, and you want to encode frames 0001 through 0400. Hybrid complains the image sequence is bad even though the missing frames are outside the range being used as input. RE: Hybrid cannot differentiate between image sequences in a directory - Selur - 11.05.2025 Uploaded a new dev version. Let me know whether it fixes the problem for you. Cu Selur |