On Wed, Nov 15, 2017 at 5:42 PM, Carl Eugen Hoyos <[email protected]> wrote:
> 2017-11-15 18:04 GMT+01:00 Christian Johannesen <[email protected] > >: > > On Wed, Nov 15, 2017 at 11:39 AM, Carl Eugen Hoyos <[email protected]> > > wrote: > > > >> 2017-11-15 17:36 GMT+01:00 Christian Johannesen < > [email protected] > >> >: > >> > A command that works in FFmpeg 3.2.3, does not work in the > >> > latest version of FFmpeg > >> > >> Does it work with "-threads 1"? > > > > Yes, adding -threads 1 after ffmpeg.exe allows the job to complete. > > Please also test "-filter_threads 1" and / or "-threads 1" with > higher filter_threads value. > > Carl Eugen I've tested different values and found that "-threads 12" is where the memory allocation fails, setting -threads 11" works fine. Using "ffmpeg.exe -filter_threads 1" also results in the same "Error while filtering: Cannot allocate memory" error. The machine I am testing on has 20 physical cpu cores with hyper threading enabled. Thanks, Chris _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
