EkaLestari / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Throttling of CPU and Memory Usage #290

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
One of the concerns about Xuggler is that it consumes too much CPU and memory.  
It would be advantageous if it is possible to limit the amount of CPU and 
memory that can be consumed while processing a video or audio file.  

In ImageMagick, for example, this can be configured via environment variables:

http://www.imagemagick.org/script/resources.php#environment

or configuration files:

http://www.imagemagick.org/script/resources.php#configure

Original issue reported on code.google.com by alej.c...@gmail.com on 26 Mar 2012 at 9:52

GoogleCodeExporter commented 8 years ago
Pretty much everything in Xuggler can be configured by either caching / reusing 
your IMedia objects, and/or by using FFmpeg parameters.  See ffmpeg's 
properties for examples.  Either which way, not planning to work on this.

Original comment by art.cla...@gmail.com on 3 Apr 2012 at 1:25