Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-20 Thread Ned Rockson
On Thu, Dec 17, 2015 at 11:01 AM, Nicolas George wrote: > > > # av_log(ctx, AV_LOG_ERROR, "Cannot allocate memory.\n");\ > > "Cannot" and "could not" are not the same thing. Accuracy is paramount when > quoting error messages. > Oh wow, definitely didn't copy/paste the right thing. My apologies!

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-17 Thread Nicolas George
Le septidi 27 frimaire, an CCXXIV, Ned Rockson a écrit : > > > Of course -- I'm constantly receiving warnings > > > saying "could not allocate memory" > This is an ffmpeg error message. Just a simple grep returns (among other > things): > > https://github.com/mpc-hc/FFmpeg/blob/master/libavutil/in

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-17 Thread Ned Rockson
On Thu, Dec 17, 2015 at 5:01 AM, Carl Eugen Hoyos wrote: > Ned Rockson gmail.com> writes: > > > Of course -- I'm constantly receiving warnings > > saying "could not allocate memory" > > This does not look like an FFmpeg error message. > This is an ffmpeg error message. Just a simple grep return

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-17 Thread Carl Eugen Hoyos
Ned Rockson gmail.com> writes: > Of course -- I'm constantly receiving warnings > saying "could not allocate memory" This does not look like an FFmpeg error message. > and I'm assuming this has something to do with > limitations set within the program as my machine > has over 2 GB of free m

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-16 Thread Moritz Barsnick
On Tue, Dec 15, 2015 at 15:12:20 -0800, Ned Rockson wrote: > Of course -- I'm constantly receiving warnings saying "could not allocate > memory" and I'm assuming this has something to do with limitations set > within the program as my machine has over 2 GB of free memory (according to > /proc/memin

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-15 Thread Ned Rockson
Of course -- I'm constantly receiving warnings saying "could not allocate memory" and I'm assuming this has something to do with limitations set within the program as my machine has over 2 GB of free memory (according to /proc/meminfo). On Tue, Dec 15, 2015 at 2:42 PM, Moritz Barsnick wrote: > O

Re: [FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-15 Thread Moritz Barsnick
On Tue, Dec 15, 2015 at 12:01:12 -0800, Ned Rockson wrote: > I am trying to increase the max footprint of memory for ffmpeg. I see an > option in -help output called max_alloc but it's not in the man pages. I'm > curious if there's any more documentation on this or perhaps a different > option that

[FFmpeg-user] Increase ffmpeg memory footprint?

2015-12-15 Thread Ned Rockson
I am trying to increase the max footprint of memory for ffmpeg. I see an option in -help output called max_alloc but it's not in the man pages. I'm curious if there's any more documentation on this or perhaps a different option that I'm missing. ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFm