Search found 1926 matches
- Mon Jun 22, 2026 1:06 pm
- Forum: Announcements, user stories and other.
- Topic: Advanced-FFmpeg encoder plugin
- Replies: 6
- Views: 217
Re: Advanced-FFmpeg encoder plugin
Ohhh yea sorry i forgot hevc exists, we rarely get one of these where i work so accellerating these is no topic at all. Yea i guess anything compressed higher than h264 will fall in this category where introducing a hardware decoder helps really a lot...
- Sun Jun 21, 2026 8:42 pm
- Forum: Announcements, user stories and other.
- Topic: Advanced-FFmpeg encoder plugin
- Replies: 6
- Views: 217
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 ...
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 ...
- Sun Jun 21, 2026 11:56 am
- Forum: Announcements, user stories and other.
- Topic: Advanced-FFmpeg encoder plugin
- Replies: 6
- Views: 217
Re: Advanced-FFmpeg encoder plugin
Hey Aris, great addition, thanks a lot for sharing and taking on the project :)
The idea of such a general ffmpeg node was always in the room but there is one big problem: the hard part of the ffmpeg integration done in ffastrans encoders is the automatic calculation of filters as needed to come ...
The idea of such a general ffmpeg node was always in the room but there is one big problem: the hard part of the ffmpeg integration done in ffastrans encoders is the automatic calculation of filters as needed to come ...
- Fri Jun 19, 2026 9:12 pm
- Forum: Bug reporting
- Topic: Timeout reached and Timeout level
- Replies: 3
- Views: 250
Re: Timeout reached and Timeout level
Great, thanks a lot for letting me know. I'll do my best to support the agentic workflow, the goal is you just tell your vision and the docs link to plugin proc and you get a good result on first try. The current documentation does not seem to be 100% accurate to support this...
- Wed Jun 17, 2026 9:34 am
- Forum: Bug reporting
- Topic: Timeout reached and Timeout level
- Replies: 3
- Views: 250
Re: Timeout reached and Timeout level
Hey Aris,
welcome to the Forum and thank you for using FFAStrans!
Happy when someone uses the plugin mechanism... do you work with a Coding Assist like claude or completely manual? Just asking because i tried claude last time and the result was ok but only 95% worked out of the box.. i'd like to get ...
welcome to the Forum and thank you for using FFAStrans!
Happy when someone uses the plugin mechanism... do you work with a Coding Assist like claude or completely manual? Just asking because i tried claude last time and the result was ok but only 95% worked out of the box.. i'd like to get ...
- Wed Jun 17, 2026 9:28 am
- Forum: Announcements, user stories and other.
- Topic: SMPTE Standards are free now
- Replies: 0
- Views: 239
SMPTE Standards are free now
I know its not 100% FFAStrans related but this is a really big thing and i am sure a lot of FFAStrans users are interested to know that SMPTE Standards have been freed now:
https://www.smpte.org/setting-the-standards-free
With a little luck, this means that especially AI Coding assistents in ...
https://www.smpte.org/setting-the-standards-free
With a little luck, this means that especially AI Coding assistents in ...
- Sun Jun 14, 2026 2:20 pm
- Forum: Usage, tips and tricks
- Topic: AGENTS.md - basic FFAStrans knowledge for Agents
- Replies: 2
- Views: 878
Re: AGENTS.md - basic FFAStrans knowledge for Agents
Some more infos on how to efficiently use this.
Up in front: the following is about Commandline AI tools that can access your local files, the most prominent mentioned below. In contrast: The Browser based assistant tools work differently but they are pretty useless because Browser cannot access ...
Up in front: the following is about Commandline AI tools that can access your local files, the most prominent mentioned below. In contrast: The Browser based assistant tools work differently but they are pretty useless because Browser cannot access ...
- Sat Jun 13, 2026 11:00 pm
- Forum: Announcements, user stories and other.
- Topic: Forum Software upgraded
- Replies: 1
- Views: 40817
Re: Forum Software upgraded
Another forum software update happened, please let us know any issues.
- Mon Jun 08, 2026 7:26 pm
- Forum: Usage, tips and tricks
- Topic: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface
- Replies: 7
- Views: 1192
Re: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface
Custom FFmpeg node
Custom ffmpeg cannot help for this usecase, you need to use a bare commandline executor as shown in the example workflow or some smarter script. There is no logic at all in custom ffmpeg, all it does is to take s_source variable and write a commandline like ffmpeg -i "%s ...
- Wed Jun 03, 2026 11:45 am
- Forum: Usage, tips and tricks
- Topic: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface
- Replies: 7
- Views: 1192
Re: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface
I really appreciate your help and the effort you put into coding that page.
No worries, no effort, all i did was post your message to claude and tested if the result works.
strictly follow a standard naming convention, always using the exact suffixes: .L, .R, .C, .LFE, .LS, and .RS.
Thats ...