PatchWorKs
29th May 2026, 08:56
Bump.
I'm addressing the topic for a bit different goal: lossless-like quality re-encoding of pre-processed avi/vapour-synth AVC (8bits / 1080i50 @ 17Mbps) video footage into HEVC (10bits / 1080p50) for NLE input.
I'm testing this LLMs-refined QSVEnc commandline:
QSVEncC64.exe --avsdll <AviSynth.dll path> --qvbr 20000 --codec hevc --quality best --output-depth 10 --qvbr-quality 14 --ctu 64 --ref 3 --gop-len 25 --i-adapt --weightp --hyper-mode adaptive --input-buf 32 --output-thread 1 --async-depth 4 --videoformat pal --colormatrix bt709 --colorprim bt709 --transfer bt709 --atc-sei bt709 --aud --function-mode auto --scenario-info archive --gpu-copy --repeat-headers -i INPUT.vpy -o OUTPUT.hevc
How to translate into x265 ?
Are there any other parameters/settings I can exploit to further "squeeze" the encoding quality while keeping the encoded file suitable for NLE editing (= easily decodable/seekable) ?
Thanks in advance to anyone that can/will help.
I'm addressing the topic for a bit different goal: lossless-like quality re-encoding of pre-processed avi/vapour-synth AVC (8bits / 1080i50 @ 17Mbps) video footage into HEVC (10bits / 1080p50) for NLE input.
I'm testing this LLMs-refined QSVEnc commandline:
QSVEncC64.exe --avsdll <AviSynth.dll path> --qvbr 20000 --codec hevc --quality best --output-depth 10 --qvbr-quality 14 --ctu 64 --ref 3 --gop-len 25 --i-adapt --weightp --hyper-mode adaptive --input-buf 32 --output-thread 1 --async-depth 4 --videoformat pal --colormatrix bt709 --colorprim bt709 --transfer bt709 --atc-sei bt709 --aud --function-mode auto --scenario-info archive --gpu-copy --repeat-headers -i INPUT.vpy -o OUTPUT.hevc
How to translate into x265 ?
Are there any other parameters/settings I can exploit to further "squeeze" the encoding quality while keeping the encoded file suitable for NLE editing (= easily decodable/seekable) ?
Thanks in advance to anyone that can/will help.