[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-08-23 Thread Florian Boucault
** Changed in: camera-app (Ubuntu) Status: In Progress => Confirmed ** Changed in: camera-app (Ubuntu) Assignee: Ugo Riboni (uriboni) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-05-13 Thread Pat McGowan
not much activity on this one lately ** Changed in: canonical-devices-system-image Status: In Progress => Confirmed ** Changed in: canonical-devices-system-image Milestone: 11 => backlog -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-03-29 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww08-2016 => 11 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p video appear

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-01-27 Thread Florian Boucault
Hi Simon, I have just checked in qtubuntu-camera and it is indeed done this way. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p video

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-01-26 Thread Simon Fels
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

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-01-26 Thread Bill Filler
** Also affects: libhybris (Ubuntu) Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Assignee: Bill Filler (bfiller) => John McAleely (john.mcaleely) ** Changed in: libhybris (Ubuntu) Assignee: (unassigned) => Jim Hodapp (jhodapp) ** Changed

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-01-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libhybris (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu.

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2016-01-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww02-2016 => ww08-2016 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p video

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
Bug #1526407 tracks the problem above in libhybris (and down into the android framework) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
And the bitrates mentioned above are in MBps, not kbps. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p video appear to use the same

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Bill Filler
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1434517 Title: 480p and 1080p

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-15 Thread Ugo Riboni
I checked what Android does in their camera application. Basically they seem to use an average bitrate of 12kbps in 1080p, 8kbps in 720p and 5kbps in 480p. We agreed that we would try to do the same. However, once I pass the correct bitrate setting down the stack from qtubuntu-camera, it seems

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-12-08 Thread Ugo Riboni
** Changed in: camera-app (Ubuntu) Status: Confirmed => In Progress ** Changed in: camera-app (Ubuntu) Assignee: Florian Boucault (fboucault) => Ugo Riboni (uriboni) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1434517] Re: 480p and 1080p video appear to use the same bitrate

2015-11-30 Thread Bill Filler
I can confirm similar results recorded on Krilin: 1080p: 1920x1080 31fps 6617kbps 8.7mb filesize 480p: 640x480 31 fps 6452kbps 8.3mb filesize @jamesh What would you recommend for the settings at the lower resolution? What bitrate would be expected? ** Also affects: camera-app (Ubuntu)