I just would like to know what format and codec would use the least processing power when the file is being played back, but still maintain a good quality, in my specific case it needs to have at least a 720p resolution. Don’t worry about the file size, it can be as big as it needs to be. Does anyone know?
Share
Everyone knows that you can get least processing power with NO COMPRESSION at all. But then, you will kill your storage device, bus and/or network.
Try to provide some constraints to the question…
EDIT:
Each pixel is at least 2 bytes (YUY2 format for example). Calculate your data-rate for video:
and estimate if your device can handle such throughput.
Also with uncompressed video, you’ll get MAXIMUM quality there is.
Further reading:
http://en.wikipedia.org/wiki/Comparison_of_video_codecs
FURTHER EDIT:
Since some aren’t happy with the answer, try to answer this: What data compression method uses LEAST CPU power.
Answer is the same: STORE.
It would be better if op was to add some constraints, for example, “what video compression uses least CPU on decompression while handling FULL PAL video frames at 25fps on about 1mbit?”
In addition to that, op should provide info on what he did try, what results were obtained, etc.