Its rather important when you set the video-param-encoding-bitrate
parameter for the encoder. The code should look like

android_recorder_setParameter(recorder, "video-param-encoding-bitrate=2048");
...
android_recorder_prepare(recorder);
android_recorder_start(recorder);

The parameters are not applied if you set the parameter after you've
called android_recorder_prepare

Can someone please verify we're doing it this way?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434517

Title:
  480p and 1080p video appear to use the same bitrate

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434517/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to