[FFmpeg-user] FFV1 multi-pass: Could not allocate file buffer
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Oct 22 14:03:04 CEST 2013
Peter B. <pb <at> das-werkstatt.com> writes:
> > Allocating 1.6G should be possible with the code in
> > libavutil/mem.c (at least from a quick look).
>
> The 1.6 GiB pass-logfile is the one that does work.
Then the problem is likely that the larger files are
so large that a check in libavutil/mem.c prohibits
allocation.
You could remove that check but I start to realize
that this is indeed something that has to be changed.
How large is the passlog-file that does not work?
Carl Eugen
More information about the ffmpeg-user
mailing list