-
Multithreading MJPEG
Hi All,
I have a scenario that requires high speed realtime encoding at 658x492x120fps. Currently we have been using the FFDShow_tryouts directshow filter. It is just barely out of range to keep up on many computers and we were hoping to parallelize the encoding. Currently we see one core saturated and if we could distribute to two or more, I think we could achieve the necessary performance increase.I don’t have experience with the FFMpeg code, but I was hoping there were some resources available describing the various sections of code as the comments seem fairly minimal. Does such an introductory/overview document exist?
As a disclaimer I am independently working with a small company and I would at least like to understand the necessary components and possibly recruit someone to help out (for hire of course). For the most part, I am looking for information on the current codebase.
Thank you in advance for your assistance.
-Eric