spoRv
9th June 2019, 15:06
I'm trying to encode a 2160p 10bit SDR video to x265, and getting UHD-BD compliance.
I know that there is the --uhd-bd setting that *should* be enough, but I wanted to add more settings to be *sure*...
Started with veryslow, but it was, indeed... too slow? With medium, I can get almost the same quality, but in a fraction of the time, so I went with this.
Settings used:
x265.exe --pass 1 --uhd-bd --bitrate 50000 --vbv-maxrate 64000 --vbv-bufsize 64000 --keyint 24 --min-keyint 1 --preset medium --tune grain --profile main10 --level-idc 51 --high-tier --aud --sar 1 --hrd --repeat-headers --no-open-gop --ref 5 --no-temporal-layers --overscan show --wpp --multi-pass-opt-analysis --input-depth 10 --output-depth 10 --no-interlace --range limited --colorprim bt709 --transfer bt709 --colormatrix bt709 --stats ".stats" --output NUL "Input_File.avs"
x265.exe --pass 2 --uhd-bd --bitrate 50000 --vbv-maxrate 64000 --vbv-bufsize 64000 --keyint 24 --min-keyint 1 --preset medium --tune grain --profile main10 --level-idc 51 --high-tier --aud --sar 1 --hrd --repeat-headers --no-open-gop --ref 5 --no-temporal-layers --overscan show --wpp --multi-pass-opt-analysis --input-depth 10 --output-depth 10 --no-interlace --range limited --colorprim bt709 --transfer bt709 --colormatrix bt709 --stats ".stats" --output "Output_File.265" "Input_File.avs"
I used various x265 3.0 builds, using both CLI and x264/x265 simple launcher; sources were the same, encoded as 8bit lagarith or 16bit x265 lossless, or avisynth simple scripts with previous adding just convertbits(10)... every time the encoding stopped around 14/15% with the following error:
https://i.postimg.cc/k4GWq5qS/encoding-error-small.png
I tried to use only --uhd-bd, and it encoded flawlessly.
So, there is some "bad" setting that is causing the error, but I have no idea which ones could be the suspects!
HELP!
I know that there is the --uhd-bd setting that *should* be enough, but I wanted to add more settings to be *sure*...
Started with veryslow, but it was, indeed... too slow? With medium, I can get almost the same quality, but in a fraction of the time, so I went with this.
Settings used:
x265.exe --pass 1 --uhd-bd --bitrate 50000 --vbv-maxrate 64000 --vbv-bufsize 64000 --keyint 24 --min-keyint 1 --preset medium --tune grain --profile main10 --level-idc 51 --high-tier --aud --sar 1 --hrd --repeat-headers --no-open-gop --ref 5 --no-temporal-layers --overscan show --wpp --multi-pass-opt-analysis --input-depth 10 --output-depth 10 --no-interlace --range limited --colorprim bt709 --transfer bt709 --colormatrix bt709 --stats ".stats" --output NUL "Input_File.avs"
x265.exe --pass 2 --uhd-bd --bitrate 50000 --vbv-maxrate 64000 --vbv-bufsize 64000 --keyint 24 --min-keyint 1 --preset medium --tune grain --profile main10 --level-idc 51 --high-tier --aud --sar 1 --hrd --repeat-headers --no-open-gop --ref 5 --no-temporal-layers --overscan show --wpp --multi-pass-opt-analysis --input-depth 10 --output-depth 10 --no-interlace --range limited --colorprim bt709 --transfer bt709 --colormatrix bt709 --stats ".stats" --output "Output_File.265" "Input_File.avs"
I used various x265 3.0 builds, using both CLI and x264/x265 simple launcher; sources were the same, encoded as 8bit lagarith or 16bit x265 lossless, or avisynth simple scripts with previous adding just convertbits(10)... every time the encoding stopped around 14/15% with the following error:
https://i.postimg.cc/k4GWq5qS/encoding-error-small.png
I tried to use only --uhd-bd, and it encoded flawlessly.
So, there is some "bad" setting that is causing the error, but I have no idea which ones could be the suspects!
HELP!