Tag Archive: SVE

MediaCoder SVE technology now works with H.265 (Stanley posted on February 17th, 2014 )

MediaCoder’s Segmental Video Encoding (SVE) is now working with H.265/HEVC encoding. SVE is a unique techonology in MediaCoder designed to improve the parallelism of those encoders unable to consume 100% CPU power due to the lack of or non-optimal multi-threading implementation. By observation, x265, the H.265/HEVC encoder used in MediaCoder, is not utilizing 100% CPU power on a quad-core i7 processor. That’s when SVE becomes effective in boosting the encoding. Another importance of working SVE with H.265 is that it is the fundamental of future distributive encoding of H.265.

mediacoder_x265_sve Read the rest of this entry >>

TAGS:, ,

MediaCoder 0.8.28 is released and a happy holiday! (Stanley posted on December 20th, 2013 )

MediaCoder 0.8.28 is just released. This version added support for VP9 encoding. Though the vpxenc is slow encoding VP9 with almost no multi-threading implementation (unlike VP8 encoding), MediaCoder’s Segmental Video Encoding backs it up. With SVE enabled, the VP9 encoding speed boosts by times, though still low comparing to x264.

Several other tools have been updated. An x64 build of MP4Box is included in 64-bit distribution. Several minor bugs got fixed. For GPU encoding, I fine tuned the pre-processing filtering parameters to eliminate some side effect I witnessed myself.

For more info about the new release, just head for the changelog.

Finally, I wish a happy holiday to all of my users! It’s been almost 9 years since the very first spark and I have never stopped working on it. MediaCoder has served millions of people I believe. Thinking about all these, I feel my time and efforts spent throughout the years all worth it.

TAGS:, ,

Segmental Video Encoding is coming! (Stanley posted on May 18th, 2013 )

Can’t take out all the computation power of your multi-processor system when doing transcoding? A new technology being developed in MediaCoder will be the solution. I name it SVE (Segmental Video Encoding). It is like multi-segments downloading, but the difference is the segmentation is temporal instead of spatial. Multiple instances of the same encoder are used to encode the different part of one video concurrently. The result bitstreams are merged by muxer together with audio. My practice has proved that this is completely feasible, without almost no compromise. This will increase overall transcoding speed on all under-loaded systems (a system with many CPUs or processor cores) reglardless of the encoder’s multi-threading capability, as well as GPU encoding (in most cases GPU is under-loaded when encoding a single stream). My test has shown a 20% speed boost of Intel MSDK GPU encoding on the same Intel i7-2600 system. Distributive encoding will also benefit from this technology. So stay tuned!