2019-06-02, 07:59 PM
So Ive had a go at this.
I downloaded the latest x265 and pretty much set up exactly the same as the x264 Bluray method linked above that works perfectly. (I'm launching from a batch file)
I get the following on 1st pass
I downloaded the latest x265 and pretty much set up exactly the same as the x264 Bluray method linked above that works perfectly. (I'm launching from a batch file)
I get the following on 1st pass
Code:
x265.exe --pass 1 --uhd-bd --bitrate 50000 --vbv-maxrate 64000 --vbv-bufsize 64000 --keyint 24 --min-keyint 1 --preset veryslow --tune grain --profile main10 --level-idc 51 --high-tier --aud --sar 1 --hrd --repeat-headers --no-open-gop --ref 6 --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.avs"
x265 [error]: yuv: width, height, and FPS must be specified
x265 [error]: unable to open input file <Input.avs>