![]() |
[HELP] AOMEnc Disscusion - 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: [HELP] AOMEnc Disscusion (/thread-3026.html) |
RE: AOMEnc settings bug - Selur - 10.01.2023 Not planning to add neo_f3kdb.Deband to Hybrid, but you can always use it through a custom section. Cu Selur RE: AOMEnc settings bug - karthauzi - 11.01.2023 New dev build is working fine, all Problems fixed. My Settings: https://imgur.com/a/u1U6pY3 Ah, i forgot something again to ask, sorry ![]() Can you adjust the AOMenc ETA timer? Or can you set it in like Before in AOM 3.4 that it shows every Frame as percentage under "Base" in the log? I dont know if i already had question that, so please apologize if im asking that again. Or can you adjust the bar, so i can roughly see the progress of the encoding like in Staxrip? ![]() its confusing the pecentage is on 5 - 6% and the Video is already nearly finished. (1min30sec clip) Greetings RE: AOMEnc settings bug - karthauzi - 17.01.2023 New Dev Version working fine, f3kdb neo working fine, difference are very small, yes you have to look very carefully, need to test it more on different sources so i can say its not encoding fluctuations. ive also tested the new TemporalDegrain2 2.6.3 from ErazorTT Selur have updated in earlier Versions, its also working very fine and is a bit better in total then 2.4.3. clip, degrainTR=2, grainLevel=2, postFFT=3, postSigma=3, SrchClipPP=3, outputStage=1 is like (degrainTR=1, postFFT=3, postSigma=3) in 2.4.3. Can you allow --bitrate-mode 2,27 vbr for Audio like in Staxrip? I can only choose 2 or 3. i hope AOM 3.6.0 or the next Version is coming soon, mid or end February. https://aomedia.googlesource.com/aom/ ![]() Greetings. RE: AOMEnc settings bug - Selur - 17.01.2023 Quote:Can you allow --bitrate-mode 2,27 vbr for Audio like in Staxrip?Assuming you are referring to fdkaacenc.: Do you get different outputs with 2 compared to 2,9 since for me the output is the same with the samples I tried using 2 and 2,97 I got exactly the same output. Tried with multiple different ~2hour as sources, for each the outputs when using '--bitrate-mode 2' and '--bitrate-mode 2,97 are identical. Cu Selur RE: AOMEnc settings bug - karthauzi - 17.01.2023 Yes FDKAAC HE, Ah, ok, never tried it before i wrote. I will try that. Is there any way i can control, Hybrid is not using OutputStage=2 in TemporalDegrain2? I looked in your G41fun.py, and there is OutputStage=2, thats a bit to much for Grainlevel 2 in many cases. In Custon or something? Greetings RE: AOMEnc settings bug - karthauzi - 19.01.2023 AOM v3.6.0-rc1 has appeared: https://aomedia.googlesource.com/aom/ Changelog: https://aomedia-review.googlesource.com/c/aom/+/169243/10/CHANGELOG RE: AOMEnc settings bug - Selur - 19.01.2023 Quote:New encoder option "kf-max-pyr-height": Maximum height of pyramid structure used for the GOP starting with a key frame (-1 to 5)So -1 = ???, 0 = no pyramid ? Maybe I'll try to build the new version on the weekend using https://github.com/m-ab-s/media-autobuild_suite speed improvement are always nice. Since the command line one got additional option, you can use Hybrid and add those option through the command line addition. Cu Selur RE: AOMEnc settings bug - karthauzi - 19.01.2023 I have no Idea what -1 means, kf-max-pyr-height should stay like --gf-max-pyr-height 5 like in default i think, no real idea. If you want good Encoding Speed increase and a bit additional Bitrate savings for 1% - maybe max. 2% Quality loss in little random details, use --enable-tpl-model=0 in v3.5.0 ![]() Im using CPU 3, --enable-tpl-model=0 and CQ21 in most cases and its fast as CPU4, --enable-tpl-model=1 and CQ19 for and looks still better than CPU4 with TPL 1. RE: AOMEnc settings bug - Selur - 19.01.2023 Quote:I have no Idea what -1 means, kf-max-pyr-height should stay like --gf-max-pyr-height 5 like in default i think, no real ideaI checked the source code: .kf_max_pyr_height = ARG_DEF( Okay, so kf-max-pyr-height doesn't really set the maximum height of pyramid structure, max height would be: min(kf_max_pyr_height, gf_max_pyr_height) Cu Selur RE: AOMEnc settings bug - karthauzi - 19.01.2023 so -1 sounds good ![]() |