Search found 1643 matches

by emcodem
Thu Apr 11, 2024 7:25 am
Forum: Bug reporting
Topic: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7
Replies: 3
Views: 138

Re: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7

Hi gazmeist, welcome to the Forum and thank you for using FFAStrans! Ok so usually we upgrade a system using this procedure: https://ffastrans.com/wiki/doku.php?id=gui:upgrade_procedure So basically you just backup the existing ffastrans folder and extract the new files into the existing folders. Ho...
by emcodem
Tue Apr 09, 2024 12:43 pm
Forum: Usage, tips and tricks
Topic: How to get job status/result from SOURCE via REST API
Replies: 1
Views: 65

Re: How to get job status/result from SOURCE via REST API

Hi veks, no you need a jobid to ask job status because source file name and similar is not something "unique". What you can do is to get a list of running jobs: http://localhost:65445/api/v2/jobs/ ...and of course filter the stuff in your code by the condition of your choice. Let me know i...
by emcodem
Tue Apr 09, 2024 12:33 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 381

Re: Copy files from storage to server with checks?

Thanks for the flowers:D
stuvmark wrote: Tue Apr 09, 2024 10:23 am ...to understand why stuff happens, as one of the processors deliver to two others. But that's just for my curiosity.
At the bottom of this page there are some words about error handling:
https://ffastrans.com/wiki/doku.php?id= ... &s[]=error
by emcodem
Mon Apr 08, 2024 1:13 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 381

Re: Copy files from storage to server with checks?

OK thanks for the clarification. So please check this out and let us know any questions. emcodem_file_valid_check.json The duration check here i do for >0 and <3600 seconds check if we have at least 1sec but not more than 1 hour duration, you can change to any seconds value you like. The second chec...
by emcodem
Mon Apr 08, 2024 11:04 am
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 381

Re: Copy files from storage to server with checks?

Ups, yeah thats correct thanks for the correctio thomas :D (you passed my test ;-))
by emcodem
Sun Apr 07, 2024 8:13 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 381

Re: Copy files from storage to server with checks?

Hi stuvmark, what you mean by chck if file is "valid", you just want to compare the md5 or check if there are error messages when decoding it with ffmpeg or similar? If MD5 check only, can you give an example for file naming (mp4 and the md5 file)? For the duration check, this one should b...
by emcodem
Fri Apr 05, 2024 6:04 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 338
Views: 280856

Re: Webinterface

@knk crap, i forgot to localize some font file, you can try if it works to rdirect fonts.googleapis.com and fonts.gstatic.com to the127.0.0.1 loopback in the hosts file.
I'll take care about it on my side.
by emcodem
Fri Apr 05, 2024 10:49 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 338
Views: 280856

Re: Webinterface

Hi @knk , always a pleasure to hear from you! Actually it is definitely a supported feature to work without internet but it works just normal in my testing. You sure it is about just loosing internet connection or did you more like activate a firewall that "drops" requests to the internet ...
by emcodem
Fri Apr 05, 2024 9:30 am
Forum: Feature requests
Topic: Speedup VMAF Calculation
Replies: 5
Views: 240

Re: Speedup VMAF Calculation

So there are multiple things to say. First in your workflow, the cmd processor, i needed to uncheck "show console" to get it working at all. I guess we cannot show the output in the console and get the output in ffastrans at the same time. To still see the commandline output you can use we...