Hi, I'm using the MediaRecorder from streaming video from the device to a remote server. Everything works file except for one problem. When running with 720p, when I set the bitrate (MediaRecorder.SetVideoEncoderBitrate), the bitrate is always cropped to 480K which affects the video quality.
I thought maybe the recorder thinks it is unable to encode the video on time so it crops the bitrate but the copping is done when I set the bitrate, before any video is encoded. I even lowered the fps to 1 fps. I know the API says that it might crop the bitrate, but I don't understand how can it be that: 1. The camera app, works fine with the same resolution. 2. When I use SetProfile(HighQuality) it also works fine ==> I even took the same parameters set when using the setProfile but no luck here. Any ideas? Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

