Add AOMEnc 3.5.0 - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Add AOMEnc 3.5.0 (/thread-2907.html) |
Add AOMEnc 3.5.0 - karthauzi - 24.10.2022 Hi Selur, can you add the new AOM Encoder? https://aomedia.googlesource.com/aom/+/refs/tags/v3.5.0 I dont know which Version you have integrated in Hybrid, but i think, you dont have the newest integrated? Greetings RE: Add AOMEnc 3.5.0 - Selur - 24.10.2022 iirc latest public release came with v3.3 since that was the latest at that time. I add the newest builds whenever I release a public version. So yes, the next release will container a build that is then up-to-date. Since the command line didn't really change, you could replace the existing aomenc.exe with a newer one and add niot supported command line parameters through aomenc->Misc->Command line addition. Cu Selur RE: Add AOMEnc 3.5.0 - karthauzi - 24.10.2022 ah, cool, i do that, thank you RE: Add AOMEnc 3.5.0 - karthauzi - 30.10.2022 What exactly do --enable-fwd-kf ? I dont get it, anyone know what it exactly do in the AOM Encoder? It says its forwarding Reference Frames, are there any benefits in activating it? RE: Add AOMEnc 3.5.0 - Selur - 30.10.2022 https://www.reddit.com/r/AV1/comments/e02rea/comment/f8c10ph/?utm_source=share&utm_medium=web2x&context=3 explains it with an example also read: https://www.reddit.com/r/AV1/comments/t59j32/encoder_tuning_part_4_a_2nd_generation_guide_to/ In short: It's basically a way to improve the coding efficiency of the stream, similar to the effect of using I- vs. IDR-frames in HEVC. The only downside I see is for editing (especially cutting with smart-encode) such streams will probably get more tricky. => So normally this should stay enabled. (it's enabled by default, so the question should be: What reason could one have to disable it?) Cu Selur |