I have a C++ store app which records videos. I am using CreateFileAsync() and then MediaEncodingProfile::CreateWmv(). The problem is that the file size is quite large. A 1:25 movie size is 30mb at 640x480.
When I record the same camera and resolution on a different video recording app (Logitech), the file size is 16mb. When I record the same using MS Camera, the size is 22mb.
I've also tried MP4 with same results.
Is there a way I can reduce file size using this api?
SAP