From Tue, 26 Aug 2008 16:27:24 -0600 "Merrick Fonnesbeck" <[EMAIL PROTECTED]> wrote:
> before sending it out. The video appears on the other side very > choppy and pixelated, and I am wondering if I am using the right > encoder or whether there is a better encoder that would compress my > video better to give me a cleaner video? Video encoding is a *very* CPU-intensive task (even a Core Duo 2 CPU is not able to encode in realtime with every encoding algorithm). So you have to find a balance between: - Frame size (look how small is the video window in the SIP phone). - Bitrate vs CPU load (if you don't need a very low bitrate, you may send the uncompressed stream or as a series of jpeg frames) - Quality vs bitstream, The lower is your target bitstream, the lower will be the resulting video quality, that's obvious. You will have to experiment with available codecs to find a optimal combination for your case. -- Andrew
signature.asc
Description: PGP signature
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
