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
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