Advanced-FFmpeg encoder plugin
Posted: Sat Jun 20, 2026 8:36 pm
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.
However, one day I was in a hurry to receive a file, and the job took longer than I liked.
That’s when I started investigating how to improve the workflow.
I looked through the forums but couldn’t find anything useful.
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.
After that, I started looking into how to integrate that or more options into the FFAStrans encoder or command setup.
While researching, I came across this:
viewtopic.php?p=8856&sid=7f6b825f972db1 ... c2a4#p8856
Could it achieve what I needed? Yes. Did I like it? Not really.
So I moved on to generating a text file and using the command executor. It worked, but it wasn’t easy to edit due to the FFAStrans UI and AutoIt controls.
At that point, I thought I might as well start developing my own plugin.
This isn’t my first FFAStrans plugin. Last year, I wrote another one for a friend.
I present to you: Advanced-FFmpeg encoder plugin.
https://github.com/Feraris20/Advanced-FFmpeg
More testing is needed. Suggestions and ideas are welcome.
Thank.
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.
However, one day I was in a hurry to receive a file, and the job took longer than I liked.
That’s when I started investigating how to improve the workflow.
I looked through the forums but couldn’t find anything useful.
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.
After that, I started looking into how to integrate that or more options into the FFAStrans encoder or command setup.
While researching, I came across this:
viewtopic.php?p=8856&sid=7f6b825f972db1 ... c2a4#p8856
Could it achieve what I needed? Yes. Did I like it? Not really.
So I moved on to generating a text file and using the command executor. It worked, but it wasn’t easy to edit due to the FFAStrans UI and AutoIt controls.
At that point, I thought I might as well start developing my own plugin.
This isn’t my first FFAStrans plugin. Last year, I wrote another one for a friend.
I present to you: Advanced-FFmpeg encoder plugin.
https://github.com/Feraris20/Advanced-FFmpeg
More testing is needed. Suggestions and ideas are welcome.
Thank.