I’ve learned the following trick – I create an additional “Monitors: FTP” where I specify the names or masks of the required files. However, it’s not always convenient or quick to do so.
Thx!
Search found 49 matches
- Tue Feb 25, 2025 6:47 pm
- Forum: Bug reporting
- Topic: Retry ftp-job from start.
- Replies: 3
- Views: 2411
- Tue Feb 25, 2025 6:43 pm
- Forum: Feature requests
- Topic: GPU encoding
- Replies: 3
- Views: 1618
Re: GPU encoding
Since it’s just a request – it’s merely a request 
Thx!

Thx!
- Tue Feb 25, 2025 1:08 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 10674
Re: CONDITIONAL QUESTION
@emcodem Thx! For now a have only one question - how to findout filename of s_source from previous node. $fname(%s_source%) don't work as expected, or again - i do something wrong. 1st regex match of "$fname(%s_source%) = (?i)^dgtl_" is "$fname(\\ffast1\ffas_jobs\test_j\dgtl_1702.mxf)...
- Tue Feb 25, 2025 12:34 pm
- Forum: Feature requests
- Topic: Max Parallel running jobs per workflow setting
- Replies: 4
- Views: 1883
Re: Max Parallel running jobs per workflow setting
Thank you, your option seems more like groups within a farm setup to me. I am using this approach, but when a group consists of multiple servers, it doesn’t help when I need to limit the execution of a specific workflow to a few simultaneous runs. Here’s my practical case – since I need to copy file...
- Mon Feb 24, 2025 11:54 pm
- Forum: Feature requests
- Topic: Max Parallel running jobs per workflow setting
- Replies: 4
- Views: 1883
Max Parallel running jobs per workflow setting
Hello, I would like to request the implementation of a “Max Parallel running jobs per workflow setting” feature. This functionality is essential for scenarios where a specific number of concurrent tasks need to be executed simultaneously. For example, when copying files from AirSpeed, it is optimal ...
- Mon Feb 24, 2025 11:38 pm
- Forum: Feature requests
- Topic: GPU encoding
- Replies: 3
- Views: 1618
GPU encoding
Hello,
I would like to request the implementation of GPU encoding support for H.264, H.265 (HEVC), and AV1 Encoders Nodes. This feature would significantly enhance the performance and efficiency of video processing by leveraging the hardware acceleration capabilities of modern GPUs.
Thx.
I would like to request the implementation of GPU encoding support for H.264, H.265 (HEVC), and AV1 Encoders Nodes. This feature would significantly enhance the performance and efficiency of video processing by leveraging the hardware acceleration capabilities of modern GPUs.
Thx.
- Mon Feb 24, 2025 11:12 pm
- Forum: Bug reporting
- Topic: Retry ftp-job from start.
- Replies: 3
- Views: 2411
Retry ftp-job from start.
Hello, I am not sure if this is a bug or if it’s due to some technical aspects of the implementation, but the resubmit/restart from start function is not working correctly for files that were monitored from FTP (Monitors: FTP). In my case, this involves monitoring and copying files from Avid AirSpee...
- Mon Feb 24, 2025 10:24 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 10674
Re: CONDITIONAL QUESTION
@steinar Yes, it's help - this is what im looking for, this will help me to do more complexed conditionals with prefix, suffix and naming. Thx!!! But i find that %s_original_name% is read from file that monitored at the beginning of a WF, and i try to use $fname(%s_source%) from previous node in thi...
- Mon Feb 24, 2025 3:31 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 10674
Re: CONDITIONAL QUESTION
@FranceBB
Yes, it's work.
But i need a more comprehensive approach, and regext satisfies the need.
First of all i want to understand sequence for Conditional - do i need to make user variable, map regext to it, or i can do all in Conditional node?
And where i make mistake in my approach?...
Thx!
Yes, it's work.
But i need a more comprehensive approach, and regext satisfies the need.
First of all i want to understand sequence for Conditional - do i need to make user variable, map regext to it, or i can do all in Conditional node?
And where i make mistake in my approach?...
Thx!
- Mon Feb 24, 2025 2:14 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 10674
Re: CONDITIONAL QUESTION
@emcodem No, don't work, im do something wrong, but don't understand what. I make easy WF = Monitors Folder -> Conditional (%s_source% equal to $regext("%s_original_name%","^dgtl_")) -> Create text file (where must be only filenames with "DGTL_" prefix). But have an err...