Closed
Bug 1330676
Opened 9 years ago
Closed 9 years ago
MediaRecorder's CBR setting causes really bad perceived video quality
Categories
(Core :: Audio/Video: Recording, defect, P2)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
Details
Attachments
(1 file)
The reason for CBR is unclear. It seems more like a WebRTC setting where you have to account for available bandwidth. MediaRecorder records to a file though, so it doesn't have that constraint.
Just comparing CBR and VBR builds locally with musicvideodispenser.com, the difference is huge.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → pehrson
Status: NEW → ASSIGNED
Rank: 25
Priority: -- → P2
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8826235 [details]
Bug 1330676 - Use VBR in VP8TrackEncoder.
https://reviewboard.mozilla.org/r/104226/#review105106
Attachment #8826235 -
Flags: review?(bechen) → review+
Comment 3•9 years ago
|
||
mozreview-review |
Comment on attachment 8826235 [details]
Bug 1330676 - Use VBR in VP8TrackEncoder.
https://reviewboard.mozilla.org/r/104226/#review105366
Attachment #8826235 -
Flags: review?(tterribe) → review+
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/00f3061cb568
Use VBR in VP8TrackEncoder. r=bechen,derf
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•