Search found 1679 matches

by admin
Mon May 26, 2025 8:22 pm
Forum: Feature requests
Topic: EIA-608/708 to both A/53 and Ancillary
Replies: 4
Views: 6531

Re: EIA-608/708 to both A/53 and Ancillary

Hi Gluponja22, thank you for using FFAStrans and welcome to the forum!

Does this thread shed som light? viewtopic.php?t=1593
I'm not too deep into that stuff but maybe @emcodem or @FranceBB can shed some more light on your options.

-steinar
by admin
Mon May 26, 2025 8:19 pm
Forum: Bug reporting
Topic: Long Filenames
Replies: 1
Views: 4383

Re: Long Filenames

Hi bradysvbc, thank you for using FFAStrans and welcome to the forum! :-) FFAStrans has been very well tested with picking up very long names, UNC and mapped drives. Basically, if you can access the file in explorer, FFAStrans should be able to pick it up. But usually the FFAStrans installation itse...
by admin
Mon Mar 31, 2025 8:52 pm
Forum: Usage, tips and tricks
Topic: Hosts take same job
Replies: 5
Views: 7193

Re: Hosts take same job

My god, @emcodem, did you catch a cold? :mrgreen:
by admin
Mon Mar 31, 2025 7:40 pm
Forum: Usage, tips and tricks
Topic: Hosts take same job
Replies: 5
Views: 7193

Re: Hosts take same job

Hi Borgy, This should not happen. Ok there is no 100% fool proof way of making sure it absolutely never t happen but it should be so rare that it's worth investigating. First, I need you to export the logs for one of the duplicate jobs...that is both of them... and post them or send them to me as DM...
by admin
Thu Mar 13, 2025 7:26 am
Forum: Feature requests
Topic: Use node variable
Replies: 8
Views: 9392

Re: Use node variable

1. With local cache you're not locking workflows to one host . You're locking to the host that initiate the first processor. From then it's the same host doing all subsequent processors. And this is the only way it can work when not using shared cache. 2. My suggestion was to enable any processor at...
by admin
Wed Mar 12, 2025 9:43 pm
Forum: Feature requests
Topic: Use node variable
Replies: 8
Views: 9392

Re: Use node variable

Hi knk, So let's see if I can paint the picture correct. And let's just for clarity use the term "host" for computers doing the dirty work. In FFAStrans context a "node" is the boxes also known as processors. Anyway, if I understand properly, you want to be able to configure a pr...
by admin
Tue Feb 25, 2025 5:26 pm
Forum: Bug reporting
Topic: Retry ftp-job from start.
Replies: 3
Views: 8649

Re: Retry ftp-job from start.

Hi arjuice, The FTP implementation in FFAStans is not as good as I want it to be. We use the in built Windows API for this and it's not optimal. I'm expecting one day to rewrite this stuff to use a more modern external library. Retrying is a slightly different problem. We're aware of the situation a...
by admin
Tue Feb 25, 2025 5:18 pm
Forum: Feature requests
Topic: Max Parallel running jobs per workflow setting
Replies: 4
Views: 6974

Re: Max Parallel running jobs per workflow setting

Hi artjuice, You will probably be able to do something by using the "Job processing slots" counter configurable separately on each node. So you can have one workflow so when it reach the AirSpeed part you can configure it to use a higher number of slots of the total number available on the...
by admin
Tue Feb 25, 2025 5:10 pm
Forum: Feature requests
Topic: GPU encoding
Replies: 3
Views: 6124

Re: GPU encoding

Hi artjuice, FFAStrans is initially designed to be 100% hardware agnostic. ASIC (not GPU) encoding defeats this design. However, the subject appears from time to time and we're discussing the topic every now and then. And we totally get the request but it's a bigger beast than what appears on the su...
by admin
Mon Feb 24, 2025 6:41 pm
Forum: Usage, tips and tricks
Topic: CONDITIONAL QUESTION
Replies: 15
Views: 27178

Re: CONDITIONAL QUESTION

Hi artjuice, For reference I use https://regex101.com/ with PCRE2 (PHP >=7.3) when I test my regexes. So this is a good start so you know your regex is corret. And as @emcodem points out, you don't need the regext start/stop slashes. However, you do need to set if you want case insensitive in the re...