New bug in 0.8.2.2 version. Either the Conditional Node doesn't return proper result, or the next node doesn't take into attention the result of Conditional Node, or something went wrong on importing workflow, created in previous version.
The workflow does following: if video sizes differ from 1920x1080, source file is moved to "Failed" directory, otherwise video is compressed and processed as normal HD video and finally moved to "Processed" directory. The workflow gets AVS as input files, that's why there is no need for Decoder Node.
The workflow worked perfectly in 0.8.0.1, but current version process files as if they always 1920x1080
Conditional Node doesn't work
Conditional Node doesn't work
Alexander Sorkin
Re: Conditional Node doesn't work
Hi,
I cannot recreate the issue on 0.8.2.2. Can you please post/send me your workflow so that I can investigate?
-steinar
I cannot recreate the issue on 0.8.2.2. Can you please post/send me your workflow so that I can investigate?
-steinar
Re: Conditional Node doesn't work
Code: Select all
BlankClip(length=300, width=1920, height=1080, fps=25, color=$000000)
Alexander Sorkin
Re: Conditional Node doesn't work
I've recreated and located the problem and it will be addressed in the next version. Thanks for reporting!
-steinar
-steinar
Re: Conditional Node doesn't work
Marvelous! I was afraid that it was not easy to reproduce.
Alexander Sorkin