[FFmpeg-user] FFMPEG run out of memory

Paul B Mahol onemda at gmail.com
Mon May 9 11:13:20 CEST 2016


On 5/9/16, ionut <ionut.raducanu at webland.ro> wrote:
> Thank you for answer, excuse me for being so noob but when you say fps
> filter, at what you look ?

-r 30 invokes fps filter.

> Thank you!
> On 09.05.2016 11:14, Paul B Mahol wrote:
>> On 5/9/16, ionut <ionut.raducanu at 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 at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list