The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
image sequence option does not count properly - 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: image sequence option does not count properly (/thread-789.html)



image sequence option does not count properly - deama - 19.12.2018

So how do I use the image sequence option? When I select the 1st frame "0.png", then I select the last frame "131.png" it says it only counts 38? So is that the max? But can't be cause when I select "3.png" as my last frame it says the count is now 48; if I select some random number .png it sometimes says 89?
I'm running latest version.


RE: image sequence option does not count properly - Selur - 19.12.2018

Make sure the naming has the same length (using leading zeros) and you should be fine. Smile
For example:
00001.png to 00430.png, or
001.png to 430.png

Cu Selur


RE: image sequence option does not count properly - deama - 19.12.2018

(19.12.2018, 06:16)Selur Wrote: Make sure the naming has the same length (using leading zeros) and you should be fine. Smile
For example:
00001.png to 00430.png, or
001.png to 430.png

Cu Selur

Nice, it works; thanks.


RE: image sequence option does not count properly - deama - 20.12.2018

(19.12.2018, 06:16)Selur Wrote: Make sure the naming has the same length (using leading zeros) and you should be fine. Smile
For example:
00001.png to 00430.png, or
001.png to 430.png

Cu Selur

Sorry, I spoke too soon. I just tried to add in the image sequences, which worked fine now, but once I add the job to the job queue (to make a video) and then try to run it, nothing happens.
Though the preview works.
And if I use the single image option it works.


RE: image sequence option does not count properly - Selur - 21.12.2018

Read the sticky and provide me with a debug output (in this case debug output level 9 please).

Cu Selur


RE: image sequence option does not count properly - deama - 21.12.2018

(21.12.2018, 06:15)Selur Wrote: Read the sticky and provide me with a debug output (in this case debug output level 9 please).

Cu Selur



RE: image sequence option does not count properly - Selur - 21.12.2018

Ah got it, when I rewrote the subjob handling, I didn't account for image sequences.
-> once I fixed this I'll send you a link to a dev version for testing.

Cu Selur