On 5/9/16, ionut <ionut.raduc...@webland.ro> wrote: > For Cley Faye, > > The structure of my command is: > - first I input images with: >> -framerate 30 -loop 1 -t no_seconds -i 'path_to_resource' > - for input I add a background and silent audio >> -r 30 -f lavfi -i color=black -f lavfi -i aevalsrc=0 > - I add output framere >> -r 30 > - then I start a complex filter where I use > scale/crop/setpts/format/fade to adjust resource as I need, > then every variable resulting in format are overlayed, first over the > background and the next one on the last variable created like here:
Try to find out minimal command to reproduce out of memory case. You are using in above command fps filter a alot, and it is known problem that it tends to eat memory in some scenarios. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".