This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 123
VideoBitrate does not effect result #135
Labels
Comments
Similar results here. Expected 500kbps, I got 900kbps
|
Hi @james04gr and @sbattaglino thank you for openning this issue. It is an interesting one, I made a change where videoBitrate is not videoBitrateInMbps just to make it clearer, and handled the conversion accordingly. The results will be close enough, for example, 5mbps could result with 5.3mbps. I came accross this page: https://developer.android.com/reference/android/media/MediaCodec#qualityFloor, it seems low bitrates won't be accpted. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am recording a video with my camera (Samsung S22 with Android 12) and after the recording i use the configuration
However, the result video that is produced has a video bitrate ~= 4200kbps.
Why is this happening? Doesn' t the result video supposed to have a videoBitrate ~= 480kpbs?
The text was updated successfully, but these errors were encountered: