Hacker News new | ask | show | jobs
by johnwalkr 1202 days ago
Can’t you encode on the fly to h264? Ages ago I did this on an imx6 to get the lowest possible power consumption. It was interesting to learn that you save a ton of power if you can get raw data to the VPU for compression before it goes into ram. Then whatever gets moved around in memory after is drastically smaller.