Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Gerion Entrup
On Montag, 9. Mai 2016 10:14:56 CEST Paul B Mahol wrote: > You are using in above command fps filter a alot, and it is known > problem that it tends to eat memory in some scenarios. Might be completely unrelated to this problem, but I had exactly this experience quite some time ago with the fps f

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread ionut
I am reporting that in some cases where I have a lot of inputs with large resolutions the process is killed and sometimes continues for a random duration and then just stops with no warning or error. I was pointing that the RAM seems to be a problem, even that I have 8GB. I will try tomorrow a

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Carl Eugen Hoyos
ionut webland.ro> writes: > Usually I get from cpu a constant 300-400% (4core) but now > is more in 100-150% and sometimes over 300%, and the memory > usage is over 95% constant. What is wrong ? So does FFmpeg run out-of-memory or are you just reporting that it allocates a lot of memory? Ver

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread ionut
In aprox 10 minutes I will upload command and a report log. :D Thank you for help! On 09.05.2016 14:49, Carl Eugen Hoyos wrote: Paul B Mahol gmail.com> writes: Then how you explain memory exhaustion? I am not smart enough to answer usage questions if command line or complete, uncut console

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > Then how you explain memory exhaustion? I am not smart enough to answer usage questions if command line or complete, uncut console output are missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org h

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Paul B Mahol
On 5/9/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> -r 30 invokes fps filter. > > This is not correct for FFmpeg, the actual behaviour is > documented afair. > > Note that changing the current behaviour would introduce some > regressions, the fps filter has no buffer / windo

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > -r 30 invokes fps filter. This is not correct for FFmpeg, the actual behaviour is documented afair. Note that changing the current behaviour would introduce some regressions, the fps filter has no buffer / window (is greedy) and produces very unexpected outp

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Carl Eugen Hoyos
Cley Faye gmail.com> writes: > > -analyzeduration 6000M -probesize 6000M > ​Obviously setting such high probesize is probably never > useful anyway...​ Unrelated to the original question: Audio and subtitle streams can start at any point in transport and program streams. Carl Eugen __

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread ionut
Ok, but I use -r to set once the framerate for background resource and then once as an output option to set the output framerate. On 09.05.2016 12:13, Paul B Mahol wrote: On 5/9/16, ionut wrote: Thank you for answer, excuse me for being so noob but when you say fps filter, at what you look ?

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Paul B Mahol
On 5/9/16, ionut 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 wrote: >>> For Cley Faye, >>> >>> The structure of my command is: >

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread ionut
Thank you for answer, excuse me for being so noob but when you say fps filter, at what you look ? Thank you! On 09.05.2016 11:14, Paul B Mahol wrote: On 5/9/16, ionut wrote: For Cley Faye, The structure of my command is: - first I input images with: -framerate 30 -loop 1 -t no_seconds -i 'pa

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-09 Thread Paul B Mahol
On 5/9/16, ionut 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 framer

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread Cley Faye
2016-05-09 1:06 GMT+02:00 ionut : > > Is this enough ? I need to say that I have a very large ( huge ) command > that is being executed so a paste isn't good, and once I attaced to the > output specification the '-report' and the report already had over 100k > lines for 30s of output, while my tota

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread ionut
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 fil

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread ionut
It s very very huge, you really need all of it ? I can send you the output/input and filter specifications I use, it is good ? On 09.05.2016 01:29, Reindl Harald wrote: Am 09.05.2016 um 00:04 schrieb ionut: I know that I haven't given you to many details, please hit me back for more details

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread Cley Faye
2016-05-09 0:04 GMT+02:00 ionut : > My output is .mp4 and I am using like 50-100 images to create it. Image > resolutions are very big and I do a lot of complex filtering. I have some > cases that my cmd run out of memory and the ffmpeg process is killed. > One more thing, I have the next warning

Re: [FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread Reindl Harald
Am 09.05.2016 um 00:04 schrieb ionut: I know that I haven't given you to many details, please hit me back for more details than just provide the full command line when you even aware that you don't provide any details signature.asc Description: OpenPGP digital signature _

[FFmpeg-user] FFMPEG run out of memory

2016-05-08 Thread ionut
Hello, My output is .mp4 and I am using like 50-100 images to create it. Image resolutions are very big and I do a lot of complex filtering. I have some cases that my cmd run out of memory and the ffmpeg process is killed. One more thing, I have the next warning: [png_pipe @ 0x1f9c480] S