Hi,
I'm trying to figure out how can I send a source file to next encode node when previous fails.
Because, if encode node fails and I'm using a FFMpeg command node, FFMpeg will change the file going through that node and second node will get "blank" file causing it to fail totally.
Is there a way that second node gets the source file instead? And not the file that's being "encoded" with previous node?
Like this:
Thank you!
Last edited by veks on Thu Mar 17, 2022 9:25 am, edited 1 time in total.
emcodem wrote: ↑Wed Mar 16, 2022 2:54 pm
Hi veks,
that sounds a little bit buggy to me, @admin to check it out. Are we talking about ffastrans 1.3.1 Version?
Anyway, you can workaround by inserting a populate vars processor and set %s_source% to %s_pickup_file% before the second encoder.