11.05.2025, 06:46
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.
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.