>>106140481>I want to save spaceSVT-AV1:
--crf 34-38 --enable-variance-boost 1 --tune 1 --aq-mode 2 --enable-tf 0 --tile-columns 1 --tile-rows 0
this should compress H.264 videos by around 60% while not losing much quality
also beforehand play source on mpv and check primaries, matrix coefficients and transfer characteristics, if it's encoded with bt601 colorspace add this: --color-primaries 6 --transfer-characteristics 13 --matrix-coefficients 6
i'm too lazy to translate it to ffmpeg for you but whatever isn't possible to pass to ffmpeg as an option like the variance stuff, it can be passed directly to the encoder using: -svtav1-params option1=arg:option2=arg
read SvtAv1EncApp --help if you want to go down the rabbit hole