[FFmpeg-user] Error while filtering: Cannot allocate memory Failed to inject frame into filter network: Cannot allocate memory

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jun 4 22:12:52 EEST 2020


Am Do., 4. Juni 2020 um 16:43 Uhr schrieb lagmoellertim
<lagmoellertim at gmail.com>:

> Error while filtering: Cannot allocate memory
> Failed to inject frame into filter network: Cannot allocate memory
> Error while processing the decoded data for stream #0:1
>
> Here is the console output:
> https://gist.github.com/lagmoellertim/8ed94b05d127a4604b03649bd307b7c9
> <https://gist.github.com/lagmoellertim/8ed94b05d127a4604b03649bd307b7c9>
>
> This is the command I used:
>
> ffmpeg -ss 240 -i video.mp4 -vsync 1 -async 1 -safe 0 -filter_complex_script
> filter_script -y -map '[vout]' -map '[aout]' out.mp4
>
> And here is the filter script:
> https://gist.github.com/lagmoellertim/b1d7bd4b898c06ffcade9176733376f0

For future questions: Please do not use external references for a few lines
of code and console output.

Either buy more memory or use the concat demuxer.

Carl Eugen


More information about the ffmpeg-user mailing list