Search found 39 matches

by DCCentR
Tue Apr 21, 2026 8:47 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

@DCCentR Oh looks like i didnt consider "soft deleted" jobs in the fetching, very sorry for that. So what happns when you delete a job in webint is that that jobid is noted in a separate mongo collection deleted_jobs and the same job is deleted from the jobs collection. (You can use mongo...
by DCCentR
Thu Apr 16, 2026 9:07 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

@DCCentR nice, thanks a lot for letting me know! I just updated the download links with this version, let me know if you run into any issues! I deleted several hundred completed jobs (some successful, some with errors) from the History and about the same number from Running (using `abort`), and I e...
by DCCentR
Tue Apr 07, 2026 8:46 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

@DCCentR thanks a lot for giving it a shot! The issues did not appear for me because i only tested on my dev pc where its all on nvme, so even 100k jobs was too fast for the same issues to reveal. Not displaying running jobs seemed to happen only while the backlog import was slow. Now i tested on U...
by DCCentR
Mon Apr 06, 2026 12:27 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

Dears, i really want to publish a new release and update the main download links finally, hundred of small changes have been done (and a few bigger ones) and the current alpha and beta versions should be much better than the one we currently have in download section. Please, if you can, try out thi...
by DCCentR
Wed Sep 03, 2025 8:03 am
Forum: Usage, tips and tricks
Topic: Interrupting processing of a damaged file
Replies: 2
Views: 65730

Re: Interrupting processing of a damaged file

There absolutely is. :) FFAStrans performs the ffprobe, exiftools and Mediainfo analysis of every incoming file. The output of the analysis is always stored in the following variable: %s_info_mediainfo% It's stored as a JSON and you can read it and have conditional nodes making decisions based on i...
by DCCentR
Mon Aug 11, 2025 1:22 pm
Forum: Usage, tips and tricks
Topic: Interrupting processing of a damaged file
Replies: 2
Views: 65730

Interrupting processing of a damaged file

Hi, cool user of FFAStrans! :) I have encountered cases where damaged files (mp4, mxf) were successfully processed by the FFmpeg processor. This is understandable. And I see that when processing with the FFmpeg processor, the file being processed is first checked by mediainfo. Mediainfo can detect i...
by DCCentR
Fri Apr 18, 2025 7:11 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

Hi @emcodem! I hope you're doing well. I had a couple questions: - Is there any way to make the populated %s_error% ouput message similar to the populated %s_succes%, so that it would be without that part “Populate variables@*ServerName*: ”? Безымянный.png - If cmd output is encoded in WINDOWS-1251,...
by DCCentR
Thu Feb 20, 2025 11:35 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

@DCCentR sorry i just changed your previous post unintentionally. So my follow up release to 1.4.1 ffastrans is coming in the next days. Let me know if you have anything except the stuff we already know. nssm.exe is missing in webinterface_1.4.0.185.zip Thanks for the update, will definitely check ...
by DCCentR
Wed Feb 19, 2025 3:03 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

It works
by DCCentR
Wed Feb 19, 2025 7:32 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 462
Views: 3949898

Re: Webinterface

Hey @DCCentR You can send me the log 8-) the logs are set up to go to global.approot / logs. approot is set to this: global.approot = path.dirname(process.execPath); Now we can guess why the nodejs core function process.execPath returns this IP, i have no clue how this can happen. But there is not ...