Search found 5 matches

by Aris
Mon Jun 22, 2026 1:12 pm
Forum: Announcements, user stories and other.
Topic: Advanced-FFmpeg encoder plugin
Replies: 6
Views: 232

Re: Advanced-FFmpeg encoder plugin



I then ran tests outside of FFAStrans and finally discovered something that significantly improved performance: -hwaccel decoding.
It increased speed from around 1.5x to about 8x.


Yep, hardware decoding will always be faster than relying on pure software decoding from libav as it's gonna use ...
by Aris
Mon Jun 22, 2026 12:54 pm
Forum: Announcements, user stories and other.
Topic: Advanced-FFmpeg encoder plugin
Replies: 6
Views: 232

Re: Advanced-FFmpeg encoder plugin


It increased speed from around 1.5x to about 8x.

Hm, was this only decode benchmark? Actually i tested a lot with this but usually the filters and encoders were such a huge bottleneck that the Decoding speed itself would not change much. Changing from 1.5 to 8 just by changing the decoder from ...
by Aris
Sat Jun 20, 2026 8:36 pm
Forum: Announcements, user stories and other.
Topic: Advanced-FFmpeg encoder plugin
Replies: 6
Views: 232

Advanced-FFmpeg encoder plugin

On my recent setup of FFAStrans, I kept things simple with a three-step workflow: watch, sort, deliver.
After that, I added resizing and timecode burning.

The system I’m using is a relatively new AMD 7960X and RTX 5070 Ti.
Most of the time, everything runs automatically without any interaction ...
by Aris
Fri Jun 19, 2026 8:29 am
Forum: Bug reporting
Topic: Timeout reached and Timeout level
Replies: 3
Views: 261

Re: Timeout reached and Timeout level

Hi emcodem,

Thanks for your reply. Fortunately, it was indeed the "timeout_minutes" setting in node.json.
I set up node.json once and never looked back, so I was almost sure the issue was coming from the job itself.

As this is my second plugin, but the first one to be released, yes, I tried Codex ...
by Aris
Tue Jun 16, 2026 6:49 pm
Forum: Bug reporting
Topic: Timeout reached and Timeout level
Replies: 3
Views: 261

Timeout reached and Timeout level

Hi guys,

I'm currently developing a custom processor node and testing various functions.

Today I had the chance to run it in a real environment with actual files, and I ran into a strange issue: my node reaches a timeout and gets forcibly aborted if job is longer than 10 minutes.
2026-06-16_21-37 ...