Hello friends, I can't create a conditional that checks the file that will be converted by name. I've tried everything and I couldn't. I need the conditional to check the OFF_ and IMG_ name in a single folder and direct the file to the corresponding stream. One that extracts the audio and the other keeps audio and video. Basically like the photo I sent. Could someone help me please? Just like de attachment. TKS for your help.
Luzimar Sorgi
conditional by filename
Re: conditional by filename
Hi Luzimar, welcome here and thanks for using FFAStrans.
If I understand well you want a different branch by name. So, you can create 2 watchfolders and in the first accept only off_* and deny IMG_*. In the second, the opposite.
Or only 1 watchfolder with a conditional behind. Then, if %s_original_name% egual to off_* then do something. If not (that means it's egual to img_) then do something else.
I give you workflow to see what you can do.
If I understand well you want a different branch by name. So, you can create 2 watchfolders and in the first accept only off_* and deny IMG_*. In the second, the opposite.
Or only 1 watchfolder with a conditional behind. Then, if %s_original_name% egual to off_* then do something. If not (that means it's egual to img_) then do something else.
I give you workflow to see what you can do.
- Attachments
-
- LUZIMAR.json
- (6.52 KiB) Downloaded 298 times
-
- Posts: 19
- Joined: Thu Dec 09, 2021 9:06 pm
Re: conditional by filename
I want to thank everyone for their help. I got it as follows
folder input - conditional %s_source% is equal (=), regex - OFF_
the other equal conditional changing only to IMG_
Audio Extraction
XDCAM-HD > Outgoing Folder
I hope I can help someone too
Luzimar Sorgi
folder input - conditional %s_source% is equal (=), regex - OFF_
the other equal conditional changing only to IMG_
Audio Extraction
XDCAM-HD > Outgoing Folder
I hope I can help someone too
Luzimar Sorgi
Re: conditional by filename
Ok glad to hear it's ok.