janusw / Camera.Maui

A CameraView Control for .NET Maui
MIT License
17 stars 3 forks source link

Mpeg 4 file size #9

Closed mancda closed 4 months ago

mancda commented 5 months ago

Is there a way to reduce the size of the mpeg4 file created by StartRecordingAsync ? I have set the resolution size to the lowest the camera will support but it is still large.

Thanks for your help

janusw commented 5 months ago

Things that come to mind:

Note that all of this is currently hardcoded in StartRecordingAsync (on Android): https://github.com/janusw/Camera.Maui/blob/3d74fa6809e935b6c03d26dc8c9219c25cabe661/Camera.MAUI/Platforms/Android/MauiCameraView.cs#L179-L182

janusw commented 5 months ago

This issue is very similar to #8.

janusw commented 4 months ago

Fixed via #11.