Log in

View Full Version : x264 v1259 crashes, v1251 with same input worked


me7
15th September 2009, 20:20
I wanted to reencode a file I encoded with 1251 to compare CRF 19 vs CRF 20 but the new encode failed twice

error:
x264 [error]: malloc of size 2490368 failed
x264 [error]: x264_encoder_encode failed

settings:
x264.exe --rc-lookahead 125 --crf 20.0 --ref 15 --bframes 8 --b-adapt 2 --direct auto --subme 10 --trellis 2 --partitions all --me umh --tune animation --threads auto --thread-input --output "1080crf20.mp4" "1080.avs"
settings used with 1251 were the same except for CRF 19
input file and avs script are unaltered

Dark Shikari
15th September 2009, 20:23
Stop setting rc-lookahead so ridiculously high and you'll stop running out of memory.

juGGaKNot
15th September 2009, 20:23
try skipping avisynth ?