Search found 304 matches
- Sun Mar 29, 2026 4:42 pm
- Forum: Feature requests
- Topic: Mac version of FFASTRANS
- Replies: 4
- Views: 428
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 d...
- Sun Mar 01, 2026 10:14 pm
- Forum: Announcements, user stories and other.
- Topic: FFAStrans new version release soon???
- Replies: 3
- Views: 635
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 since Ma...
- Wed Feb 25, 2026 2:51 pm
- Forum: Usage, tips and tricks
- Topic: GV K2 *.mov with Key+Alpha
- Replies: 10
- Views: 321
- Mon Feb 16, 2026 9:14 am
- Forum: Bug reporting
- Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
- Replies: 11
- Views: 766
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...
- Sun Feb 15, 2026 10:04 pm
- Forum: Bug reporting
- Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
- Replies: 11
- Views: 766
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 so...
- Sun Feb 15, 2026 1:38 pm
- Forum: Bug reporting
- Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
- Replies: 11
- Views: 766
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 f...
- Sun Feb 01, 2026 11:21 pm
- Forum: Usage, tips and tricks
- Topic: Audio Level Mixing Question
- Replies: 2
- Views: 196
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 t...
- Thu Jan 15, 2026 11:15 pm
- Forum: Bug reporting
- Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
- Replies: 11
- Views: 766
Re: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
I'm glad to hear that.
Avisynth saves the day once again
Avisynth saves the day once again
- Wed Jan 07, 2026 6:49 am
- Forum: Bug reporting
- Topic: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
- Replies: 11
- Views: 766
Re: Custom FFmpeg Encoding Error - Unsupported input (Error number -129 occurred)
Could very well be an issue with the frame properties of the input. Have you tried putting an A/V Decoder node in front to the have Avisynth indexing and passing the uncompressed A/V Stream living in RAM to NVEnc?
- Tue Dec 30, 2025 6:01 pm
- Forum: Usage, tips and tricks
- Topic: Decoding
- Replies: 2
- Views: 505
Re: Decoding
Once you've created the file with the command executor, set that output file to s_source and after that connect the node to the A/V Decoder et voilà, it will index it just fine. :) As an example, I've created a simple fictional workflow: 1.png In this case I'm using ommcp to remux the input file and...