This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] AOMEnc Disscusion
#5
Quote:if i go back from constant quantizer as example. going back to 2-pass, its still greyed out.
That's correct, since using constant quantizer enforces '--auto-alt-ref=0', but 2pass does not enforce '--auto-alt-ref=1' or similar, so alternate references get disabled when switching to constant quantizer and not enabled when switching to 2pass.
-> this is as expected (given the assumption that altrefs require 2pass)

So the only question is: Do alt refs require 2pass or not?
Calling:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | aomenc --passes=1 --pass=1 --end-usage=q --cq-level=10 --profile=0 --cpu-used=8 --undershoot-pct=0 --overshoot-pct=0 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --drop-frame=0 --kf-min-dist=0 --kf-max-dist=250 --auto-alt-ref=0 --sharpness=0 --static-thresh=0 --noise-sensitivity=0 --denoise-noise-level=0 --tune-content=default --tile-columns=0 --tile-rows=0 --mtu-size=0 --frame-boost=0 --min-gf-interval=0 --max-gf-interval=2 --gf-min-pyr-height=0 --gf-max-pyr-height=5 --threads=64 --width=640 --height=352 --input-bit-depth=8 --bit-depth=8 --denoise-noise-level=0 --min-partition-size=4 --max-partition-size=128 --fp-mt=1 --sb-size=dynamic --max-reference-frames=7 --disable-trellis-quant=0 --enable-tpl-model=1 --enable-keyframe-filtering=0 --force-video-mode=1 --reduced-tx-type-set=1 --use-intra-dct-only=0 --use-inter-dct-only=0 --use-intra-default-tx-only=0 --quant-b-adapt=1 --coeff-cost-upd-freq=0 --mode-cost-upd-freq=0 --mv-cost-upd-freq=0 -o "G:\output\without.ivf" -
and
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | aomenc --passes=1 --pass=1 --end-usage=q --cq-level=10 --profile=0 --cpu-used=8 --undershoot-pct=0 --overshoot-pct=0 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --drop-frame=0 --kf-min-dist=0 --kf-max-dist=250 --auto-alt-ref=1 --sharpness=0 --static-thresh=0 --noise-sensitivity=0 --denoise-noise-level=0 --tune-content=default --tile-columns=0 --tile-rows=0 --mtu-size=0 --frame-boost=0 --min-gf-interval=0 --max-gf-interval=2 --gf-min-pyr-height=0 --gf-max-pyr-height=5 --threads=64 --width=640 --height=352 --input-bit-depth=8 --bit-depth=8 --denoise-noise-level=0 --min-partition-size=4 --max-partition-size=128 --fp-mt=1 --sb-size=dynamic --max-reference-frames=7 --disable-trellis-quant=0 --enable-tpl-model=1 --enable-keyframe-filtering=0 --force-video-mode=1 --reduced-tx-type-set=1 --use-intra-dct-only=0 --use-inter-dct-only=0 --use-intra-default-tx-only=0 --quant-b-adapt=1 --coeff-cost-upd-freq=0 --mode-cost-upd-freq=0 --mv-cost-upd-freq=0 -o "G:\output\with.ivf" -
(only difference are the output file names and '--auto-alt-ref' value)
For three short clips I used, the output of these two was identical for each clip.

the same happens when I compare:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | aomenc --passes=1 --pass=1 --end-usage=cq --cq-level=20 --target-bitrate=15000 --profile=0 --cpu-used=8 --min-q=1 --max-q=63 --undershoot-pct=0 --overshoot-pct=0 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --drop-frame=0 --kf-min-dist=0 --kf-max-dist=250 --auto-alt-ref=1 --sharpness=0 --static-thresh=0 --noise-sensitivity=0 --denoise-noise-level=0 --tune-content=default --tile-columns=0 --tile-rows=0 --mtu-size=0 --frame-boost=0 --aq-mode=1 --min-gf-interval=0 --max-gf-interval=2 --gf-min-pyr-height=0 --gf-max-pyr-height=5 --threads=64 --width=640 --height=352 --input-bit-depth=8 --bit-depth=8 --denoise-noise-level=0 --min-partition-size=4 --max-partition-size=128 --fp-mt=1 --sb-size=dynamic --max-reference-frames=7 --disable-trellis-quant=0 --enable-tpl-model=1 --enable-keyframe-filtering=0 --force-video-mode=1 --reduced-tx-type-set=1 --use-intra-dct-only=0 --use-inter-dct-only=0 --use-intra-default-tx-only=0 --quant-b-adapt=1 --coeff-cost-upd-freq=0 --mode-cost-upd-freq=0 --mv-cost-upd-freq=0 -o "G:\Output\crf_with.ivf" -
and
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | aomenc --passes=1 --pass=1 --end-usage=cq --cq-level=20 --target-bitrate=15000 --profile=0 --cpu-used=8 --min-q=1 --max-q=63 --undershoot-pct=0 --overshoot-pct=0 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --drop-frame=0 --kf-min-dist=0 --kf-max-dist=250 --auto-alt-ref=0 --sharpness=0 --static-thresh=0 --noise-sensitivity=0 --denoise-noise-level=0 --tune-content=default --tile-columns=0 --tile-rows=0 --mtu-size=0 --frame-boost=0 --aq-mode=1 --min-gf-interval=0 --max-gf-interval=2 --gf-min-pyr-height=0 --gf-max-pyr-height=5 --threads=64 --width=640 --height=352 --input-bit-depth=8 --bit-depth=8 --denoise-noise-level=0 --min-partition-size=4 --max-partition-size=128 --fp-mt=1 --sb-size=dynamic --max-reference-frames=7 --disable-trellis-quant=0 --enable-tpl-model=1 --enable-keyframe-filtering=0 --force-video-mode=1 --reduced-tx-type-set=1 --use-intra-dct-only=0 --use-inter-dct-only=0 --use-intra-default-tx-only=0 --quant-b-adapt=1 --coeff-cost-upd-freq=0 --mode-cost-upd-freq=0 --mv-cost-upd-freq=0 -o "G:\Output\crf_without.ivf" -
where I use '-end-usage=cq --cq-level=20 --target-bitrate=15000'

=> Would need some example calls in which one can see the difference altrefs are used in 1pass, or some documentation that shows that alternative references are not only used in 2pass, since I can't show that they are used using 1pass even with --auto-alt-ref=1.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
AOMEnc Disscusion - by karthauzi - 09.01.2023, 00:06
RE: AOMEnc settings bug - by Selur - 09.01.2023, 06:24
RE: AOMEnc settings bug - by karthauzi - 09.01.2023, 14:32
RE: AOMEnc settings bug - by Selur - 09.01.2023, 15:30
RE: AOMEnc settings bug - by Selur - 09.01.2023, 16:09
RE: AOMEnc settings bug - by karthauzi - 10.01.2023, 05:00
RE: AOMEnc settings bug - by Selur - 10.01.2023, 05:18
RE: AOMEnc settings bug - by karthauzi - 10.01.2023, 05:20
RE: AOMEnc settings bug - by Selur - 10.01.2023, 05:27
RE: AOMEnc settings bug - by karthauzi - 10.01.2023, 05:39
RE: AOMEnc settings bug - by Selur - 10.01.2023, 16:41
RE: AOMEnc settings bug - by karthauzi - 11.01.2023, 20:12
RE: AOMEnc settings bug - by karthauzi - 17.01.2023, 18:38
RE: AOMEnc settings bug - by Selur - 17.01.2023, 19:58
RE: AOMEnc settings bug - by karthauzi - 17.01.2023, 20:33
RE: AOMEnc settings bug - by karthauzi - 19.01.2023, 18:19
RE: AOMEnc settings bug - by Selur - 19.01.2023, 18:26
RE: AOMEnc settings bug - by karthauzi - 19.01.2023, 19:00
RE: AOMEnc settings bug - by Selur - 19.01.2023, 19:12
RE: AOMEnc settings bug - by karthauzi - 19.01.2023, 20:33
RE: AOMEnc settings bug - by karthauzi - 20.01.2023, 17:51
RE: AOMEnc settings bug - by karthauzi - 21.01.2023, 21:28
RE: AOMEnc settings bug - by Selur - 21.01.2023, 21:31
RE: AOMEnc settings bug - by karthauzi - 22.01.2023, 15:37
RE: AOMEnc settings bug - by Selur - 22.01.2023, 15:48
RE: AOMEnc Disscusion - by karthauzi - 04.02.2023, 23:10
RE: AOMEnc Disscusion - by Selur - 05.02.2023, 09:12
RE: AOMEnc Disscusion - by karthauzi - 05.02.2023, 19:08
RE: AOMEnc Disscusion - by Selur - 05.02.2023, 19:15
RE: AOMEnc Disscusion - by karthauzi - 05.02.2023, 19:18
RE: AOMEnc Disscusion - by Selur - 05.02.2023, 21:13
RE: AOMEnc Disscusion - by karthauzi - 05.02.2023, 22:23
RE: AOMEnc Disscusion - by Selur - 06.02.2023, 06:20
RE: AOMEnc Disscusion - by karthauzi - 08.02.2023, 22:09
RE: AOMEnc Disscusion - by Selur - 08.02.2023, 22:10
RE: AOMEnc Disscusion - by karthauzi - 08.02.2023, 22:12
RE: AOMEnc Disscusion - by Selur - 08.02.2023, 22:28
RE: AOMEnc Disscusion - by karthauzi - 08.02.2023, 22:43
RE: AOMEnc Disscusion - by Selur - 09.02.2023, 05:48
RE: AOMEnc Disscusion - by Selur - 09.02.2023, 17:19
RE: AOMEnc Disscusion - by ch_yuanyuan - 09.02.2023, 17:58
RE: AOMEnc Disscusion - by Selur - 09.02.2023, 18:06
RE: AOMEnc Disscusion - by ch_yuanyuan - 10.02.2023, 18:31
RE: AOMEnc Disscusion - by Selur - 10.02.2023, 18:33
RE: AOMEnc Disscusion - by karthauzi - 18.02.2023, 12:47
RE: AOMEnc Disscusion - by Selur - 18.02.2023, 12:54
RE: AOMEnc Disscusion - by karthauzi - 29.03.2023, 17:49
RE: AOMEnc Disscusion - by Selur - 29.03.2023, 18:13
RE: AOMEnc Disscusion - by karthauzi - 29.03.2023, 19:21
RE: AOMEnc Disscusion - by karthauzi - 06.05.2023, 14:10
RE: AOMEnc Disscusion - by Selur - 06.05.2023, 14:13
RE: AOMEnc Disscusion - by karthauzi - 10.05.2023, 19:02
RE: AOMEnc Disscusion - by karthauzi - 02.09.2023, 20:07

Forum Jump:


Users browsing this thread: 2 Guest(s)