02.02.2021, 18:04
Okay, I think I know what I going wrong.
When I load an image sequence with frame 00001.jpg to 00430.jpg
Hybrid creates:
which causes an error in Vapoursynth Preview for me:
No clue why.
I even get this when calling:
only when I remove the 'Trim' the whole thing works.
Since I didn't really change anything in the code (at least intentional) so no clue atm. what could have changed.
-> looking into it some more
Cu Selur
When I load an image sequence with frame 00001.jpg to 00430.jpg
Hybrid creates:
# Loading E:\sequence\jpg\0000%1d.jpg using vsImageReader
clip = core.imwri.Read("E:/sequence/jpg/0000%1d.jpg", firstnum=1)
clip = core.std.Trim(clip=clip, length=430)
Failed to evaluate the script:
Python exception: Trim: last frame beyond clip end
I even get this when calling:
clip = core.imwri.Read("E:/sequence/jpg/0000%1d.jpg", firstnum=1)
clip = core.std.Trim(clip=clip, last=10)
Since I didn't really change anything in the code (at least intentional) so no clue atm. what could have changed.
-> looking into it some more
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.