Search found 1809 matches

by emcodem
Thu Jan 16, 2025 9:20 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 418
Views: 507160

Re: Webinterface

The alternative of externally requesting socket connections and such is a pain to achieve in my perspective... You can't really do that anyways, all you could do is to "fake a browser" as if you were scraping in the web, thats what domcurl and phantom do. Anyway its a pretty hacky approac...
by emcodem
Tue Jan 14, 2025 6:48 pm
Forum: Usage, tips and tricks
Topic: Match Duration from XML
Replies: 2
Views: 108

Re: Match Duration from XML

Yeah if you really want to compare the right part of the filename to the xml duration, you got to use some toTc functions as ThomasM proposes, either the tc to seconds or the frames to tc ($tctosec or $inttotc). If you want to compare the actual analyzed duration %s_duration_tc% then it is more easy...
by emcodem
Mon Jan 13, 2025 7:04 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 418
Views: 507160

Re: Webinterface

API request that retrieves the number of current logged in users? Not really, the count is pushed from the backend to all connected clients when the connection count changes. (all clients maintain an active connection like in a chat using socket.io). It is however trivial to add a page that serves ...
by emcodem
Mon Dec 30, 2024 10:21 pm
Forum: Usage, tips and tricks
Topic: iPhone spatial audio issue
Replies: 8
Views: 2392

Re: iPhone spatial audio issue

crispyjones wrote: Mon Dec 30, 2024 12:23 am Impossible...that means I'm way older than I think I am!
:P

Thank you so much and happy new year... lets see where this goes.
by emcodem
Sun Dec 29, 2024 11:52 pm
Forum: Usage, tips and tricks
Topic: iPhone spatial audio issue
Replies: 8
Views: 2392

Re: iPhone spatial audio issue

Fantastic, thank you so much for it! Also as it's an eye catcher, i love the pants, where can i get these :D Just to be sure, you are ok with us to share the stuff in ffmpeg bug tracker which makes it even more public than it already is? I believe the file itself should be fine as it is, let's see i...
by emcodem
Sun Dec 29, 2024 3:44 pm
Forum: Usage, tips and tricks
Topic: Tutorial: how to easily encode on nvidia or intel GPU using s_options
Replies: 3
Views: 7310

Re: Tutorial: how to easily encode on nvidia or intel GPU using s_options

oh sorry for the delay @buddhabas I don't think scale_cuda will work without the blue part before -i. Also i think what you want to do is too much for this type of integration, at least as long as you don't easily understand what exactly is happening and why. Until you do, i would recommend to go wi...
by emcodem
Wed Dec 25, 2024 9:27 pm
Forum: Usage, tips and tricks
Topic: iPhone spatial audio issue
Replies: 8
Views: 2392

Re: iPhone spatial audio issue

Aye Mr. Crispy, i am excited to see you back in business :D Thank you so much for your contribution, very much appreciated! It would be good to have some sample file, unfortunately i did not find any. I'm pretty sure steinar wants to add support for it and if not then i shall implement it. There are...
by emcodem
Thu Dec 19, 2024 11:17 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 418
Views: 507160

Re: Webinterface

@DCCentR thanks, it is absolutely useful, i did not yet have all of the points on my list. Some of the points are already fixed, others not yet :D Removing the path from filenames for running jobs was already done, then steinar complained that webint does not work exactly like the inbuilt status mon...
by emcodem
Thu Dec 19, 2024 10:17 am
Forum: Bug reporting
Topic: :!: Multiple parallel python script RUN instances :!:
Replies: 6
Views: 2172

Re: :!: Multiple parallel python script RUN instances :!:

Alone that is not your issue, credentlials more or less only define filesystem access permissions and whats in the PATH, so if it finds python.exe and all the libraries ONCE as a service with domain credentials, it should find it always. What would be most interesting is to see a log from a bad job ...
by emcodem
Wed Dec 18, 2024 10:52 pm
Forum: Usage, tips and tricks
Topic: setting max parallel running jobs
Replies: 11
Views: 3053

Re: setting max parallel running jobs

Hm i think all you want to do is open the workflow editor, jlick settings config and set the "max jobs per priority class to 5

Max queued jobs you normally dont care about but max running everyone cares about.