Page 1 of 1

Conditional IF > Then ELSE

Posted: Thu Jan 28, 2021 1:57 pm
by authorleon
Hello all,

I'm a little bit confused with the conditional box.

From what I have read, and please correct me if I'm wrong. If the conditions are not met, the job will fail?

The reason I ask is that I would like to have one input with a condition, if it is met it will continue and if it is not met it would go on in a different direction.

Case scenario:

If the video is less than 50 seconds = use this video 01 as an insert ELSE use video 2.

thank you

Re: Conditional IF > Then ELSE

Posted: Thu Jan 28, 2021 4:12 pm
by emcodem
Aye authorleon,

Basically you are correct, except you check the "Dispel" checkbox at the bottom, in that case your job will not end in error but just stop executing and dissapear (so just do not check Dispel in your case hehe).
Please check out the last section here (Error handling) https://www.ffastrans.com/wiki/doku.php ... w_building
There are many different solutions do your problem, but the most obvious one is i guess to use the described "execute on error" feature.