Am Do., 4. Juni 2020 um 16:43 Uhr schrieb lagmoellertim <[email protected]>:
> 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
