QUOTE
Originally posted by Skymarshal_nico
I just want to know if we could see an \"SMP compatible\" encoder in near future ??
"compatible" is a buzz word. Don't use it.
mppenc will very likely never SMP, because
- in the worst case this makes the encoder slower (SMP != faster),
because load balancing is very difficult.
- the program much more difficult, more difficult to tune
- realtime is reached, so there's no need to support SMP
- writting a wrapper which always call 2 or 3 instances of
mppenc is much easier, more flexible and faster.