[x264-devel] Bug (or bugs) in x264 rev 2334 OpenCL and one improvement proposal.

Jason Garrett-Glaser jason at x264.com
Tue Jun 11 13:40:45 CEST 2013


> x264 [error]: malloc of size 10031104 failed
> x264 [error]: x264_encoder_encode failed

Your system ran out of allocateable memory when using very
memory-intensive x264 settings; this is not a bug in x264. If you need
to use settings that require more than 4GB of address space, I suggest
you upgrade to 64-bit x264.

> Add commandline option for storing ffms file index. I deal with large static
> files (not using AviSynth or some such) and when doing "Nth pass" a lot of
> time is wasted. It would be nice if file index could be saved in same manner
> as x264_lookahead.clbin x264_2pass.log x264_2pass.log.mbtree files so file
> indexing needs to be done only once.

This is what --index does.

Jason


More information about the x264-devel mailing list