I would like to do a performance comparison between Ffmpeg and Intel Media SDK in transcoding.
I have to write a new application that will do the following.
Receive frames from MJPEG, MPEG4 and H264 cameras.
Transcode the frames. Output will be h264. Here I have to either use Ffmpeg or Intel Media SDK.
Multicast transcoded frames as RTSP streaming.
I have noticed that both these libs are CPU intensive. Is there any settings in Ffmpeg can reduce the CPU usage?
Thanks in advance,