Selur's Little Message Board

Full Version: SVT-AV1 manually upgrade to 1.7.0 & seek issue with output
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
any way to manually upgrade to SVT-AV1 to 1.7.0 within hybrid? the difference in speed and output quality is very noticeable

also having an output issue with svt-av1 in hybrid that does not occur in other encoders, the output file is extremely slow seeking, but outputs from other software seeking is instant
About updating SVT-AV1: Assuming the command line parameters did not change, you can simply replace the binary. (did a small test, 'SVT-AV1 Encoder Lib v1.7.0-3-g2f003458' seems to work fine here)
About the seeking: no details on the settings and container used in Hybrid and other GUIs => not reproducible.
Using:
Code:
SvtAv1EncApp --input stdin  --width 1280 --height 720 --fps-num 24000 --fps-denom 1001 --input-depth 10 --profile 0 --tile-rows 0 --tile-columns 0 --rc 0 --crf 18 --mbr 0 --aq-mode 2 --preset 10 --irefresh-type 1 --tune 0 --scm 0 --matrix-coefficients 1 --color-range 0 --output "J:\tmp\[test.av1"
and mp4 as container and MPC-HC I could not reproduce any seeking problems.

Cu Selur