Conditional Node doesn't work

Here you can submit bugreports
Post Reply
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

Conditional Node doesn't work

Post 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 7667 times
Alexander Sorkin
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Conditional Node doesn't work

Post 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
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

Re: Conditional Node doesn't work

Post 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)
Alexander Sorkin
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Conditional Node doesn't work

Post by admin »

I've recreated and located the problem and it will be addressed in the next version. Thanks for reporting! :-)

-steinar
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

Re: Conditional Node doesn't work

Post by kibi »

Marvelous! I was afraid that it was not easy to reproduce.
Alexander Sorkin
Post Reply