Search found 306 matches

by FranceBB
Sun Jun 21, 2026 4:42 pm
Forum: Announcements, user stories and other.
Topic: Advanced-FFmpeg encoder plugin
Replies: 6
Views: 220

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 FranceBB
Sun Jun 21, 2026 4:15 pm
Forum: Usage, tips and tricks
Topic: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface
Replies: 7
Views: 1200

Re: 5.1 discrete WAVs to 2.0 Stereo Downmix workflow via Web Interface

I know that you wanted to use the Web Interface to do that, but this could also technically be done via a watchfolder and I actually created something similar in the past, so I've just re-adapted one of our workflows for this.

Screenshot 2026-06-21 170618.png

Audio Interleave 6 Mono to 5.1 MMA ...
by FranceBB
Sun Mar 29, 2026 4:42 pm
Forum: Feature requests
Topic: Mac version of FFASTRANS
Replies: 4
Views: 1546

Re: Mac version of FFASTRANS

To add to this, even if by some magic we were to rewrite the entire program, there would still be the problem of the frameserver, namely Avisynth. Although the core itself runs and it's cross platform after all the efforts made by the community to bring together the various forks like AVXSynth etc ...
by FranceBB
Sun Mar 01, 2026 10:14 pm
Forum: Announcements, user stories and other.
Topic: FFAStrans new version release soon???
Replies: 3
Views: 1465

Re: FFAStrans new version release soon???


it means the author really cares about his product.


He really does. If there's something I learned after all these years is that Grandmaster Steinar goes above and beyond to make every release as good and bug free as possible. To be perfectly transparent, I've been running version 1.4.2.19 ...
by FranceBB
Wed Feb 25, 2026 2:51 pm
Forum: Usage, tips and tricks
Topic: GV K2 *.mov with Key+Alpha
Replies: 10
Views: 900

Re: GV K2 *.mov with Key+Alpha

emcodem wrote: Mon Feb 23, 2026 12:34 pm we switched everything to omneon.
*me, reading with a very happy and proud face* :')
by FranceBB
Mon Feb 16, 2026 9:14 am
Forum: Bug reporting
Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
Replies: 12
Views: 2875

Re: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)

Yep, I would definitely suggest setting it to "No Decode" so that the indexer is invoked without any lossless caching.
About indexing, you know my stance on it, better safe than sorry hahahahahahahahahahahaha
You trust suppliers, I don't XD

Jokes aside, I know you know it but I'll write it down ...
by FranceBB
Sun Feb 15, 2026 10:04 pm
Forum: Bug reporting
Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
Replies: 12
Views: 2875

Re: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)

sure, but it would still not protect you from dynamically changing frame properties without specifying -reinit_filter 0 which is what is likely at stake here. The reason why I say this is that even when adding an A/V decoder, it will still index the source and deliver the same pixel format as the ...
by FranceBB
Sun Feb 15, 2026 1:38 pm
Forum: Bug reporting
Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
Replies: 12
Views: 2875

Re: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)

Yeah, in general it's always nice to have the indexing in front as it means that the encoder downstream gets an uncompressed A/V stream directly from the frameserver (Avisynth) which takes care of several things including tackling problems within the container of the source or dynamically changing ...
by FranceBB
Sun Feb 01, 2026 11:21 pm
Forum: Usage, tips and tricks
Topic: Audio Level Mixing Question
Replies: 2
Views: 454

Re: Audio Level Mixing Question

The loudness correction performed within FFAStrans is - by default - performed in two passes: the first one measures and the second one applies the correction. Although performing this conversion in two passes is better (a bit like when you encode a video in two passes with the first one analyzing ...