Search found 106 matches

by kibi
Fri Jun 28, 2019 11:02 am
Forum: Bug reporting
Topic: Command Executor ignores error codes
Replies: 8
Views: 9311

Re: Command Executor ignores error codes

Hi guys! Here is my workflow + the batch file. workflow.7z It's a bit messy, but there are some places in the batch where the process ends with commands: exit /B 2 exit /B 3 ... I run the batch from Command Executor node by calling it directly, without cmd /C ... Steinar, could you please send the h...
by kibi
Fri Jun 21, 2019 3:13 pm
Forum: Bug reporting
Topic: Command Executor ignores error codes
Replies: 8
Views: 9311

Command Executor ignores error codes

Hi, Steinar! It seems that the Command Executor processor does not catch exit codes. I made a workflow to run a batch file like that: prepare-and-make-avs.bat %s_original_full% %s_avs_path% If some problems are detected, the batch returns the error code 1,2,3 or 4. If everything OK, it returns 0. Th...
by kibi
Thu Dec 20, 2018 1:33 pm
Forum: Bug reporting
Topic: Files are not processed when web REST service running as Windows Service
Replies: 4
Views: 6481

Re: Files are not processed when web REST service running as Windows Service

There is only one reason not to upgrade - lack of time for upgrade and "don't touch, while it's working" idea.
by kibi
Sat Dec 01, 2018 7:55 pm
Forum: Bug reporting
Topic: Files are not processed when web REST service running as Windows Service
Replies: 4
Views: 6481

Re: Files are not processed when web REST service running as Windows Service

Hi, Steinar! Does it mean, that the whole FFASTrans engine starts to work as a service, not only it's reporting REST service part? It still seems strange, since web REST service sees the queue and log information even in Windows Service mode. As far as I understand, it should be able to read from sh...
by kibi
Thu Nov 29, 2018 1:37 pm
Forum: Bug reporting
Topic: Files are not processed when web REST service running as Windows Service
Replies: 4
Views: 6481

Files are not processed when web REST service running as Windows Service

I setup FFASTrans to work in a shared farm mode, and started it from shared directory. Usually I use web REST service with option "as application" and it was functioning without any issues. Then I installed REST service as a Windows Service and turned off "Run as application" fla...
by kibi
Thu Jun 21, 2018 11:09 am
Forum: Bug reporting
Topic: 0.9.0.4, Generate text file, functions not working
Replies: 3
Views: 6034

Re: 0.9.0.4, Generate text file, functions not working

Thanks for the workaround!

Just a note: the populate variable expression should be with quotes around %s_original_full%, or else it generates wrong result:

Code: Select all

%s_my_string% = $replace("%s_original_full%", "\","\\")
by kibi
Wed Jun 06, 2018 4:17 pm
Forum: Bug reporting
Topic: 0.9.0.4, Generate text file, functions not working
Replies: 3
Views: 6034

0.9.0.4, Generate text file, functions not working

Hi, Steinar! I tried to use functions in "Generate text node" template without success. Maybe it's not implemented yet? I need to replace (escape) "\" with "\\" in order to generate valid JSON. Here is the test template: { "source_avs": "$replace(%s_origi...
by kibi
Tue May 08, 2018 10:35 am
Forum: Feature requests
Topic: Lossless processing
Replies: 1
Views: 4615

Lossless processing

There is bunch of FFMPEG features to process audio and video without reencoding. Trimming, cutting, gluing together, track extracting, repackaging and so on. Do you have any plan to support this kind of lossless workflow? It could be special nodes for lossless processing, able to work without "...
by kibi
Mon Apr 16, 2018 10:36 am
Forum: Bug reporting
Topic: FFASTrans 0.9.0 Avisynth plugins errors
Replies: 3
Views: 6321

Re: FFASTrans 0.9.0 Avisynth plugins errors

Found the most recent builds of AVSPmod at forum.doom9.org.
There are both x86 and x64 versions, and I can finally use exactly the version of Avisynth coming with FFASTrans. Within it's environment and plugins. :D
by kibi
Mon Apr 16, 2018 10:31 am
Forum: Bug reporting
Topic: FFASTrans 0.9.0.1 Command Executor bug
Replies: 8
Views: 11108

Re: FFASTrans 0.9.0.1 Command Executor bug

FFastrans as service? Great, but no, I use it as a normal app (it's easier to debug). By the way, in the latest version 9.0.4 this issue seems to be resolved. May be it was the false alarm, I do not know. And I use not "genuine" 9.0.4, but 9.0.4 with FFMPEG/AviSynth parts came with 0.8.2 v...