Search found 1847 matches

by emcodem
Tue Apr 01, 2025 9:09 pm
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

Yeah well... about that... now that you mention, i took a look and i noticed that most or nearly all of the example workflows which were exported from old ffastrans version in .xml format did not work anymore when importing into new ffastrans (workflow format changed to json). I now work on updating...
by emcodem
Mon Mar 31, 2025 9:56 pm
Forum: Usage, tips and tricks
Topic: Hosts take same job
Replies: 5
Views: 158

Re: Hosts take same job

Yeah, doctor sayin i got Vitamin DB deficiency :?
by emcodem
Mon Mar 31, 2025 8:29 pm
Forum: Usage, tips and tricks
Topic: Hosts take same job
Replies: 5
Views: 158

Re: Hosts take same job

admin wrote: Mon Mar 31, 2025 7:40 pm Ok there is no 100% fool proof way of making sure it absolutely never t happe
DB cuffcuff
by emcodem
Thu Mar 27, 2025 5:45 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 437
Views: 650665

Re: Webinterface

Hey @andremart Welcome to the forum and thank you for using FFAStrans (webint) :D Sure you can just install it as a service, then you don't see the application. But make sure the install files are local (e.g. on C drive) instead of on a network drive. Also after installing the service, you'll need t...
by emcodem
Thu Mar 27, 2025 8:29 am
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

Hehe that type of workflow is a classic :D For advanced usage, you could turn it from a 4 path workflow into 1 path workflow by extracting the 4 character portion from the filename, store it in a variable and use the variable for delivery path. In a populate vars processor (you have to create the us...
by emcodem
Wed Mar 26, 2025 11:38 pm
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

Congrats on finally sorting out the issues, it will be a lot more fun when you got a working setup 8-) Also, i second your collegues opinion about going safe and use well known methods instead of tinkering with new tools when you are short on time. After all FFAStrans can be a pretty complex tool ev...
by emcodem
Wed Mar 26, 2025 5:54 pm
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

Is there a way to detect charachters in conditions? IF %s_original_name% contain "XXX_" [to detect an id] then > Yes, check out conditional processor. Make sure to read the documentation of the processor hitting the ? on the bottom left in the processor. E.g. you can use "=" com...
by emcodem
Wed Mar 26, 2025 3:26 pm
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

Please try only deliver node for sorting out potential authentification issues, no encode nothing else, just deliver. If it works let us know, if not you know that there is some permission issue which you solve before going on tinkering with the workflow e.g. start by uninstall the service and test ...
by emcodem
Wed Mar 26, 2025 12:11 pm
Forum: Usage, tips and tricks
Topic: Troubles to write on a NAS
Replies: 19
Views: 1171

Re: Troubles to write on a NAS

You are right, the command itself looks fine. Well ok the audio mapping looks a bit strange if you want to produce xdcamhd mxf but at least it should run and encode something. If you are not sure that you got write access to the storage, simplify the workflow and e.g. just use a deliver processor on...
by emcodem
Mon Mar 24, 2025 4:31 pm
Forum: Usage, tips and tricks
Topic: CMAF
Replies: 5
Views: 1303

Re: CMAF

Just a sidenote, you probably want to use hardware encoding instead of libx264, e.g. replace all occurences of libx264 by h264_nvenc or h264_qsv... but this can be done at any time, first concentrate on get it working somehow, then refine