Search found 26 matches

by Ben
Wed May 03, 2023 12:52 am
Forum: Usage, tips and tricks
Topic: Blackmagic Raw files
Replies: 17
Views: 4983

Re: Blackmagic Raw files

I was facing a similar dilemma and was saddened to see that there's no decoding of BRAW outside of Davinci. The closest thing I could find was this braw decoder, but it seems to only work on linux: https://github.com/AkBKukU/braw-decode

Hopefully someday things will improve for this format.
by Ben
Thu Nov 03, 2022 11:09 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

That's great that it's an easy thing to add. The entire webinterface isn't particularly great on mobile, but it's good enough to at least look at running jobs if need be, which is nice. Maybe some other areas of the webinterface could easily be improved for mobile viewing. But like you said, probabl...
by Ben
Thu Nov 03, 2022 10:53 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Hey @emcodem Ok that's great, I'll look forward to the next release of FFAStrans with the fix. Is it like you expect the input fields to be larger on smaller resolutions? Yes I meant mobile responsive. So have the inputs bigger and centred for small displays. On my phone I found I had to pinch and z...
by Ben
Thu Nov 03, 2022 12:00 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Thanks for taking a look. Attached is the screenshot as well as .har export of the debug log. Seems the PUT is encountering a 405 error.
by Ben
Thu Oct 27, 2022 10:18 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Hello @emcodem. I'm getting the following error when I'm using the web interface and select a running job and click Abort: error aborting job, contact developer. status: error I used to be able to abort jobs at one point. Not sure what I've changed since then. I can abort the jobs manually via the s...
by Ben
Fri Oct 14, 2022 12:17 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

@emcodem Perhaps using Grafana you could run some stress tests and simulations? I'll be running about 8 scheduled jobs on a regular basis, I can let you know if I encounter any issues. I'll be adding a handful more schedules soon. So far zero issues. Setting it all up was relatively simple. I like h...
by Ben
Thu Oct 13, 2022 11:22 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Excellent, it's working great. Super nice to be able to quickly read through the logs and know when and what happened. Yes I'm running 1.3.0.1 Yeah i use it for starting ffmpeg recording from blackmagic :D Oh nice. I pretty much got the Stream Deck to have a button that goes red or black depending o...
by Ben
Thu Oct 13, 2022 10:53 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Hey @emcodem I used the first code you sent and ended up with many numbers. I did some googling and changed it to .toDateString and ended up with a much nicer visual result. Thanks for that! Is it possible to still include a bit of my own text in addition to the datestring? I tried process.send(&quo...
by Ben
Thu Oct 13, 2022 1:23 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

Also, putting the name of the custom node text (command executor) in place of 'Scheduled Job' would be cool. So if I label my command executor with a name 'Yellow mic' have that show up as the Source text.
by Ben
Thu Oct 13, 2022 12:42 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 349
Views: 301013

Re: Webinterface

The condition script for a scheduled job adds 'Scheduled Job' as the Source description when viewed in the status monitor. This is great. However, is it possible to go further and use variables so the Source text is different each time? e.g. I want to trigger a job each day, and instead of reading t...