Page 1 of 1

Conditional Node doesn't work

Posted: Tue Nov 28, 2017 12:40 pm
by kibi
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
28-11-2017 15-29-51.png
28-11-2017 15-29-51.png (35.84 KiB) Viewed 7670 times

Re: Conditional Node doesn't work

Posted: Tue Nov 28, 2017 5:22 pm
by admin
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

Re: Conditional Node doesn't work

Posted: Wed Nov 29, 2017 10:50 am
by kibi
AVS to MP4 (mult-m, HD).7z
(2.33 KiB) Downloaded 579 times
You can test it with AviSynth files like this:

Code: Select all

BlankClip(length=300, width=1920, height=1080, fps=25, color=$000000)

Re: Conditional Node doesn't work

Posted: Thu Nov 30, 2017 5:15 pm
by admin
I've recreated and located the problem and it will be addressed in the next version. Thanks for reporting! :-)

-steinar

Re: Conditional Node doesn't work

Posted: Wed Dec 06, 2017 10:47 am
by kibi
Marvelous! I was afraid that it was not easy to reproduce.