ankit.gupta wrote > that starts one instance of FFMpeg with > above command. Its taking a lot of memory and CPU resources? Any thoughts > on how to optimize it?
Do you really want to optimise, or do you mean you want to throttle CPU usage? I'm not aware this is possible, but I do think you can use the threads option to tie a process to just one CPU core. On a multi-core PC this would effectively throttle the process and leave resources available to other threads. -- View this message in context: http://www.ffmpeg-archive.org/Optimizing-CPU-Utilization-tp4679511p4679517.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ 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".