On Wed, Nov 15, 2017 at 9:06 PM, Carl Eugen Hoyos <[email protected]> wrote: > > You could now find out if the issue is with decoding or encoding > threads (not sure) and edit your command accordingly. > > Carl Eugen >
It looks like its the number of threads for decoding the audio channels. A setting of "fmpeg.exe -threads:0:0 32 -threads:0:1 11 -threads:0:2 11 -i" works fine, but increasing the threads for decoding the first two audio tracks to 12 causes the memory allocation error. 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".
